Skip to content

Commit 93a4bc2

Browse files
committed
fea: release 10.0
1 parent 4b2194b commit 93a4bc2

File tree

105 files changed

+7182
-337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+7182
-337
lines changed

.env.aarch64

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APOLLO_ENV_NAME=9.0.0_rc_r13_core
1+
APOLLO_ENV_NAME=10.0.0_pkg
22
APOLLO_ENV_WORKLOCAL=1
33
APOLLO_ENV_CONTAINER_REPO='registry.baidubce.com/apollo/apollo-env-arm'
4-
APOLLO_ENV_CONTAINER_TAG='9.0-latest-new-curl'
4+
APOLLO_ENV_CONTAINER_TAG='10.0-u20'

.env.x86_64

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APOLLO_ENV_NAME=9.0.0_rc_r13_core
1+
APOLLO_ENV_NAME=10.0.0_pkg
22
APOLLO_ENV_WORKLOCAL=1
33
APOLLO_ENV_CONTAINER_REPO='registry.baidubce.com/apollo/apollo-env-gpu'
4-
APOLLO_ENV_CONTAINER_TAG='9.0-latest'
4+
APOLLO_ENV_CONTAINER_TAG='10.0-u22'

.workspace.json.aarch64

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"repositories" : [
3-
{"name": "apollo-tools-arm", "version": "9.0.0-rc-r13"},
4-
{"name": "apollo-core-arm", "version": "9.0.0-rc-r13"}
3+
{"name": "apollo-tools-arm", "version": "10.0.0"},
4+
{"name": "apollo-core-focal-arm", "version": "10.0.0"},
5+
{"name": "apollo-core-arm", "version": "10.0.0"}
56
]
67
}

.workspace.json.x86_64

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"repositories" : [
3-
{"name": "apollo-tools", "version": "9.0.0-rc-r13"},
4-
{"name": "apollo-core", "version": "9.0.0-rc-r13"}
3+
{"name": "apollo-tools", "version": "10.0.0"},
4+
{"name": "apollo-core-jammy", "version": "10.0.0"},
5+
{"name": "apollo-core", "version": "10.0.0"}
56
]
67
}

README_cn.md

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Apollob包管理开发调试样例工程,使用方法参考[包管理安装方
1818

1919
## 安装步骤
2020

21+
## 更新AEM版本
22+
10.0版本需要升级aem到最新版本,请现在宿主机环境执行:
23+
```shell
24+
sudo apt upate
25+
sudo apt install apollo-neo-env-manager-dev --reinstall
26+
```
27+
2128
### 初次安装
2229
如果第一次安装,请在`git clone`后执行以下命令:
2330
```shell

core/cyberfile.xml

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<depend repo_name="perception-camera-detection-multi-stage" type="binary">perception-camera-detection-multi-stage</depend>
6868
<depend repo_name="perception-camera-detection-single-stage" type="binary">perception-camera-detection-single-stage</depend>
6969
<depend repo_name="perception-camera-detection-bev" type="binary">perception-camera-detection-bev</depend>
70+
<depend repo_name="perception-camera-detection-occupancy" type="binary">perception-camera-detection-occupancy</depend>
7071
<depend repo_name="perception-camera-location-estimation" type="binary">perception-camera-location-estimation</depend>
7172
<depend repo_name="perception-camera-location-refinement" type="binary">perception-camera-location-refinement</depend>
7273
<depend repo_name="perception-camera-tracking" type="binary">perception-camera-tracking</depend>
@@ -107,6 +108,8 @@
107108

108109
<depend repo_name="sim-obstacle" type="binary">sim-obstacle</depend>
109110
<depend repo_name="studio-connector" type="binary">studio-connector</depend>
111+
<depend repo_name="agent-server" type="binary">agent-server</depend>
112+
<depend repo_name="simulator-plugin" type="binary">simulator-plugin</depend>
110113

111114
<!-- toolbox -->
112115
<depend repo_name="dreamview-plus-toolbox-installer" type="binary">dreamview-plus-toolbox-installer</depend>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
--flagfile=/apollo/modules/common/data/global_flagfile.txt
2+
--canbus_conf_file=/apollo/modules/canbus/conf/canbus_conf.pb.txt
3+
--load_vehicle_library=/opt/apollo/neo/lib/modules/canbus_vehicle/neolix_edu/libneolix_edu_vehicle_factory_lib.so
4+
--load_vehicle_class_name=Neolix_eduVehicleFactory
5+
--enable_chassis_detail_pub
6+
--enable_chassis_detail_sender_pub
7+
--chassis_debug_mode=false
8+
--pad_msg_delay_interval=3
9+
--control_period=0.01
10+
--max_control_miss_num=10
11+
--guardian_period=0.01
12+
--max_guardian_miss_num=10
13+
--use_control_cmd_check=true
14+
--use_guardian_cmd_check=true
15+
--noreceive_guardian
16+
--estop_brake=30.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
vehicle_parameter {
2+
brand: NEOLIX
3+
max_enable_fail_attempt: 5
4+
driving_mode: COMPLETE_AUTO_DRIVE
5+
}
6+
7+
can_card_parameter {
8+
brand: SOCKET_CAN_RAW
9+
type: PCI_CARD
10+
channel_id: CHANNEL_ID_ZERO
11+
interface: NATIVE
12+
}
13+
14+
enable_debug_mode: false
15+
enable_receiver_log: false
16+
enable_sender_log: false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
vehicle_param {
2+
# 车型名称
3+
brand: NEOLIX
4+
vehicle_id {
5+
other_unique_id: "dkit_advanced" # 车型id
6+
}
7+
front_edge_to_center: 2.151 # 后轴中心到车辆前边缘距离
8+
back_edge_to_center: 0.534 # 后轴中心到车辆后边缘距离
9+
left_edge_to_center: 0.6 # 后轴中心到车辆左边缘距离
10+
right_edge_to_center: 0.6 # 后轴中心到车辆右边缘距离
11+
12+
length: 2.685 # 整车长度
13+
width: 1.2 # 整车宽度
14+
height: 1.672 # 整车高度
15+
min_turn_radius: 2.5 # 车辆最小转弯半径
16+
max_acceleration: 2.3 # 车辆最大加速度
17+
max_deceleration: -7.0 # 车辆最大减速度
18+
max_steer_angle: 6.2491 # 车辆方向盘最大转角(弧度)
19+
max_steer_angle_rate: 6.98131700798 # 车辆方向盘最大转速率(弧度/秒)
20+
steer_ratio: 10.85 # 车辆方向盘到车前轮转角转换系数
21+
wheel_base: 1.73 # 车辆前后轴距离
22+
wheel_rolling_radius: 0.286 # 车辆轮胎最小滚动半径
23+
max_abs_speed_when_stopped: 0.03 # 车辆停车会最大绝对速度
24+
brake_deadzone: 0.1 # 车辆刹车踏板无效区
25+
throttle_deadzone: 0.1 # 车辆油门踏板无效区
26+
}

0 commit comments

Comments
 (0)