Apollo 11.0
自动驾驶开放平台
localization.conf
浏览该文件的文档.
1--flagfile=/apollo/modules/common/data/global_flagfile.txt
2--noenable_gps_imu_interprolate
3
4# Redefine the map_dir of global_flagfile.txt
5#--map_dir=/apollo/modules/localization/testdata
6
7# The directory name of localization map.
8# type: string
9# default: local_map
10--local_map_name=local_map
11
12# Enable gnss timestamp compensator for invalid timestamp
13# type: bool
14# default: false
15--enable_gps_imu_compensate=false
16
17# Enable lidar-based localization.
18# type: bool
19# defalult: true
20--enable_lidar_localization=true
21
22# Localization mode, 0 for intensity, 1 for altitude, 2 for fusion.
23# type: int
24# default: 2
25--lidar_localization_mode=2
26
27# image yaw align mode, 0 for align off, 1 for fusion, 2 for fusion with multithread.
28# type: int
29# default: 2
30--lidar_yaw_align_mode=2
31
32# Lidar filter size
33# type: int
34# default: 11
35--lidar_filter_size=17
36
37# point cloud step
38# type: int
39# default: 2
40--point_cloud_step=2
41
42# The height from the center of lidar to ground plane
43# type: double
44# default: 1.80
45--lidar_height_default=1.80
46
47# idar msg and imu msg max delay time.
48# type: double
49# default: 0.4
50--lidar_imu_lidar_max_delay_time=0.4
51
52# The valid coverage of pointcloud and map.
53# type: double
54# default: 0.8
55--lidar_map_coverage_theshold=0.8
56
57# Lidar debug switch.
58# type: bool
59# default: false
60--lidar_debug_log_flag=false
61
62# integ_ins_can_self_align.
63# type: bool
64# default: false
65--integ_ins_can_self_align=false
66
67# integ_sins_align_with_vel.
68# type: bool
69# default: true
70--integ_sins_align_with_vel=true
71
72# Whether check state of sins. If true, sins will restart in bad state.
73# type: bool
74# default: true
75--integ_sins_state_check=true
76
77# The param of sins state check.
78# type: double
79# default: 30.0
80--integ_sins_state_span_time=30.0
81
82# The param of sins state check.
83# type: double
84# default: 1.0
85--integ_sins_state_pos_std=1.0
86
87# vel_threshold_get_yaw.
88# type: double
89# default: 5.0
90--vel_threshold_get_yaw=5.0
91
92# enable flag ins_aid_rtk.
93# type: bool
94# default: false
95--enable_ins_aid_rtk=false
96
97# eph_buffer_path.
98# type: string
99# default: ""
100--eph_buffer_path=""
101
102# gnss_debug_log_flag.
103# type: bool
104# default: false
105--gnss_debug_log_flag=false
106
107# imu_rate.
108# type: double
109# default: 1.0
110--imu_rate=1.0
111
112# Whether load utm zone id from local map folder
113# type: bool
114# default: true
115--if_utm_zone_id_from_folder=true
116
117# local_utm_zone_id.
118# type: int
119# default: int
120--local_utm_zone_id=10
121
122# trans_gpstime_to_utctime.
123# type: bool
124# default: true
125--trans_gpstime_to_utctime=false
126
127# GNSS Mode, 0 for bestgnss pose, 1 for self gnss.
128# type: string
129# default: 0
130--gnss_mode=0
131
132# The pointcloud topic name.
133# type: string
134# default: /apollo/sensor/velodyne64/compensator/PointCloud2
135--lidar_topic=/apollo/sensor/hesai40/compensator/PointCloud2
136
137# The lidar extrinsics file
138# type: string
139# default: /apollo/modules/localization/msf/params/velodyne_params/velodyne128_novatel_extrinsics.yaml
140--lidar_extrinsics_file=/apollo/modules/localization/msf/params/velodyne_params/velodyne64_novatel_extrinsics_example.yaml
141
142# imu coordinate, true->flu, false->rfu
143# type: bool
144# default: true
145--imu_coord_rfu=true
146
147# Whether use bestgnsspose as measure after initializaiton.
148# type: bool
149# default: false
150--gnss_only_init=false
151
152# Whether use imu ant leverarm from ant imu yaml file
153# type: bool
154# default: true
155--if_imuant_from_file=true
156
157# Imu ant offset x
158# type: double
159# default: 0.0
160--imu_to_ant_offset_x=0.0
161
162# Imu ant offset y
163# type: double
164# default: 0.0
165--imu_to_ant_offset_y=0.788
166
167# Imu ant offset z
168# type: double
169# default: 0.0
170--imu_to_ant_offset_z=1.077
171
172# Imu ant offset x uncertainty
173# type: double
174# default: 0.0
175--imu_to_ant_offset_ux=0.05
176
177# Imu ant offset y uncertainty
178# type: double
179# default: 0.0
180--imu_to_ant_offset_uy=0.05
181
182# Imu ant offset z uncertainty
183# type: double
184# default: 0.0
185--imu_to_ant_offset_uz=0.08
186
187# Whether load vehicle coord to imu coord quaternion from yaml file
188# type: bool
189# default: true
190--if_vehicle_imu_from_file=true
191
192# vehicle coord to imu coord quaternion qx
193# type: double
194# default: 0.0
195--imu_vehicle_qx=0.0
196
197# vehicle coord to imu coord quaternion qy
198# type: double
199# default: 0.0
200--imu_vehicle_qy=0.0
201
202# vehicle coord to imu coord quaternion qz
203# type: double
204# default: 0.0
205--imu_vehicle_qz=0.0
206
207# vehicle coord to imu coord quaternion qw
208# type: double
209# default: 1.0
210--imu_vehicle_qw=1.0
211
212# The tem folder for localziation visualziation
213--map_visual_dir=data/map_visual
214
215# if use avx to accelerate lidar localization
216# need cpu to support avx intel intrinsics
217# default: false
218--if_use_avx=true
class register implement
Definition arena_queue.h:37