localization.conf 3.7 KB
Newer Older
1
--flagfile=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

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

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

# Lidar thread number
# type: int
# default: 2
--lidar_thread_num=1

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

42 43 44 45 46
# The height from the center of lidar to ground plane
# type: double
# default: 1.80
--lidar_height_default=1.80

47 48 49 50 51 52 53
# 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
54 55
# default: 0.8
--lidar_map_coverage_theshold=0.8
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71

# Lidar debug switch.
# type: bool
# default: false
--lidar_debug_log_flag=true

# 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 已提交
72 73 74
# Whether check state of sins. If true, sins will restart in bad state.
# type: bool
# default: true
75
--integ_sins_state_check=true
Z
zhouyao 已提交
76 77 78

# The param of sins state check.
# type: double
79 80
# default: 30.0
--integ_sins_state_span_time=30.0
Z
zhouyao 已提交
81 82 83 84 85 86

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

87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
# vel_threshold_get_yaw.
# type: double
# default: 5.0
--vel_threshold_get_yaw=5.0

# integ_debug_log_flag.
# type: bool
# default: false
--integ_debug_log_flag=true

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

# enable flag auto_save_eph_file.
# type: bool
# default: true
--enable_auto_save_eph_file=true

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

# gnss_debug_log_flag.
# type: bool
# default: false
--gnss_debug_log_flag=true

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

# local_utm_zone_id.
# type: int
# default: int
125
--local_utm_zone_id=10
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156

# 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
--pointcloud_topic=/apollo/sensor/velodyne64/compensator/PointCloud2

# Whether use online visualizer
# type: bool
# default: false
--use_visualize=false

# 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

157
# Whether use imu ant leverarm from ant imu yaml file
158 159
# type: bool
# default: true
160
--if_imuant_from_file=true
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190

# 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 已提交
191 192 193

# The tem folder for localziation visualziation
--map_visual_dir=/apollo/data/map_visual