localization.conf 4.1 KB
Newer Older
1
--flagfile=/apollo/modules/common/data/global_flagfile.txt
D
Dong Li 已提交
2
--noenable_gps_imu_interprolate
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

# Redefine the map_dir of global_flagfile.txt
#--map_dir=/apollo/modules/localization/testdata

# The directory name of localization map.
# type: string
# default: local_map
--local_map_name=local_map

# Enable lidar-based localization.
# type: bool
# defalult: true
--enable_lidar_localization=true

# Localization mode, 0 for intensity, 1 for altitude, 2 for fusion.
# type: int
# default: 2
--lidar_localization_mode=2

22
# image yaw align mode, 0 for align off, 1 for fusion, 2 for fusion with multithread.
Z
zhouyao 已提交
23
# type: int
24 25
# default: 2
--lidar_yaw_align_mode=2
Z
zhouyao 已提交
26

27 28 29 30 31 32 33 34 35 36
# Lidar filter size
# type: int
# default: 11
--lidar_filter_size=17

# point cloud step
# type: int
# default: 2
--point_cloud_step=2

37 38 39 40 41
# The height from the center of lidar to ground plane
# type: double
# default: 1.80
--lidar_height_default=1.80

42 43 44 45 46 47 48
# idar msg and imu msg max delay time.
# type: double
# default: 0.4
--lidar_imu_lidar_max_delay_time=0.4

# The valid coverage of pointcloud and map.
# type: double
49 50
# default: 0.8
--lidar_map_coverage_theshold=0.8
51 52 53 54

# Lidar debug switch.
# type: bool
# default: false
55
--lidar_debug_log_flag=false
56 57 58 59 60 61 62 63 64 65 66

# integ_ins_can_self_align.
# type: bool
# default: false
--integ_ins_can_self_align=false

# integ_sins_align_with_vel.
# type: bool
# default: true
--integ_sins_align_with_vel=true

Z
zhouyao 已提交
67 68 69
# Whether check state of sins. If true, sins will restart in bad state.
# type: bool
# default: true
70
--integ_sins_state_check=true
Z
zhouyao 已提交
71 72 73

# The param of sins state check.
# type: double
74 75
# default: 30.0
--integ_sins_state_span_time=30.0
Z
zhouyao 已提交
76 77 78 79 80 81

# The param of sins state check.
# type: double
# default: 1.0
--integ_sins_state_pos_std=1.0

82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
# vel_threshold_get_yaw.
# type: double
# default: 5.0
--vel_threshold_get_yaw=5.0

# enable flag ins_aid_rtk.
# type: bool
# default: false
--enable_ins_aid_rtk=false

# eph_buffer_path.
# type: string
# default: ""
--eph_buffer_path=""

# gnss_debug_log_flag.
# type: bool
# default: false
100
--gnss_debug_log_flag=false
101 102 103 104 105 106

# imu_rate.
# type: double
# default: 1.0
--imu_rate=1.0

107 108 109 110 111
# Whether load utm zone id from local map folder
# type: bool
# default: true
--if_utm_zone_id_from_folder=true

112 113 114
# local_utm_zone_id.
# type: int
# default: int
115
--local_utm_zone_id=10
116 117 118 119 120 121 122 123 124 125 126 127 128 129

# trans_gpstime_to_utctime.
# type: bool
# default: true
--trans_gpstime_to_utctime=true

# GNSS Mode, 0 for bestgnss pose, 1 for self gnss.
# type: string
# default: 0
--gnss_mode=0

# The pointcloud topic name.
# type: string
# default: /apollo/sensor/velodyne64/compensator/PointCloud2
130
--lidar_topic=/apollo/sensor/lidar128/compensator/PointCloud2
131 132 133 134 135 136 137 138 139 140 141

# imu coordinate, true->flu, false->rfu
# type: bool
# default: true
--imu_coord_rfu=true

# Whether use bestgnsspose as measure after initializaiton.
# type: bool
# default: false
--gnss_only_init=false

142
# Whether use imu ant leverarm from ant imu yaml file
143 144
# type: bool
# default: true
145
--if_imuant_from_file=true
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175

# Imu ant offset x
# type: double
# default: 0.0
--imu_to_ant_offset_x=0.0

# Imu ant offset y
# type: double
# default: 0.0
--imu_to_ant_offset_y=0.788

# Imu ant offset z
# type: double
# default: 0.0
--imu_to_ant_offset_z=1.077

# Imu ant offset x uncertainty
# type: double
# default: 0.0
--imu_to_ant_offset_ux=0.05

# Imu ant offset y uncertainty
# type: double
# default: 0.0
--imu_to_ant_offset_uy=0.05

# Imu ant offset z uncertainty
# type: double
# default: 0.0
--imu_to_ant_offset_uz=0.08
L
lihao30 已提交
176

177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
# Whether load vehicle coord to imu coord quaternion from yaml file
# type: bool
# default: true
--if_vehicle_imu_from_file=true

# vehicle coord to imu coord quaternion qx
# type: double
# default: 0.0
--imu_vehicle_qx=0.0

# vehicle coord to imu coord quaternion qy
# type: double
# default: 0.0
--imu_vehicle_qy=0.0

# vehicle coord to imu coord quaternion qz
# type: double
# default: 0.0
--imu_vehicle_qz=0.0

# vehicle coord to imu coord quaternion qw
# type: double
# default: 1.0
--imu_vehicle_qw=1.0

L
lihao30 已提交
202
# The tem folder for localziation visualziation
203
--map_visual_dir=data/map_visual
204 205 206 207 208

# if use avx to accelerate lidar localization
# need cpu to support avx intel intrinsics
# default: false
--if_use_avx=true