2--noenable_gps_imu_interprolate
4# Redefine the map_dir of global_flagfile.txt
5#--map_dir=/apollo/modules/localization/testdata
7# The directory name of localization map.
10--local_map_name=local_map
12# Enable gnss timestamp compensator for invalid timestamp
15--enable_gps_imu_compensate=
false
17# Enable lidar-based localization.
20--enable_lidar_localization=
true
22# Localization mode, 0 for intensity, 1 for altitude, 2 for fusion.
25--lidar_localization_mode=2
27# image yaw align mode, 0 for align off, 1 for fusion, 2 for fusion with multithread.
30--lidar_yaw_align_mode=2
42# The height from the center of lidar to ground plane
45--lidar_height_default=1.80
47# idar msg and imu msg max delay time.
50--lidar_imu_lidar_max_delay_time=0.4
52# The valid coverage of pointcloud and map.
55--lidar_map_coverage_theshold=0.8
60--lidar_debug_log_flag=
false
62# integ_ins_can_self_align.
65--integ_ins_can_self_align=
false
67# integ_sins_align_with_vel.
70--integ_sins_align_with_vel=
true
72# Whether check state of sins. If true, sins will restart in bad state.
75--integ_sins_state_check=
true
77# The param of sins state check.
80--integ_sins_state_span_time=30.0
82# The param of sins state check.
85--integ_sins_state_pos_std=1.0
87# vel_threshold_get_yaw.
90--vel_threshold_get_yaw=5.0
92# enable flag ins_aid_rtk.
95--enable_ins_aid_rtk=
false
102# gnss_debug_log_flag.
105--gnss_debug_log_flag=
false
112# Whether load utm zone id from local map folder
115--if_utm_zone_id_from_folder=
true
120--local_utm_zone_id=10
122# trans_gpstime_to_utctime.
125--trans_gpstime_to_utctime=
false
127# GNSS Mode, 0 for bestgnss pose, 1 for self gnss.
132# The pointcloud topic name.
134# default: /apollo/sensor/velodyne64/compensator/PointCloud2
135--lidar_topic=/
apollo/sensor/hesai40/compensator/PointCloud2
137# The lidar extrinsics file
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
142# imu coordinate, true->flu, false->rfu
147# Whether use bestgnsspose as measure after initializaiton.
150--gnss_only_init=
false
152# Whether use imu ant leverarm from ant imu yaml file
155--if_imuant_from_file=
true
160--imu_to_ant_offset_x=0.0
165--imu_to_ant_offset_y=0.788
170--imu_to_ant_offset_z=1.077
172# Imu ant offset x uncertainty
175--imu_to_ant_offset_ux=0.05
177# Imu ant offset y uncertainty
180--imu_to_ant_offset_uy=0.05
182# Imu ant offset z uncertainty
185--imu_to_ant_offset_uz=0.08
187# Whether load vehicle coord to imu coord quaternion from yaml file
190--if_vehicle_imu_from_file=
true
192# vehicle coord to imu coord quaternion qx
197# vehicle coord to imu coord quaternion qy
202# vehicle coord to imu coord quaternion qz
207# vehicle coord to imu coord quaternion qw
212# The tem folder for localziation visualziation
213--map_visual_dir=data/map_visual
215# if use avx to accelerate lidar localization
216# need cpu to support avx intel intrinsics