(9) Lua configuration reference document

Note that cartographer ros integration uses tf2, so all IDs have only one name.
Note that cartographer's topic name type is base, you can use remap in launch to map with the base name.
The following parameter file is the top-level parameter of the configuration file
  1. map_frame : Map coordinate system ID, usually "map"
  2. tracking_frame : The algorithm tracks the coordinate system. If IMU data is used, the coordinate system ID of the IMU is paid to this variable. Usually "imu_link". The tf relationship between the coordinate system and the gear encoder, landmark detector, and imu should be known, because the conversion between them must be continuously detected in the program.
  3. published_frame : Publish the position of the published_frame coordinate system in the map coordinate system
  4. odom_frame : Publish the pose of the odom_frame coordinate system in the map coordinate system, and publish the pose of the published_frame in the odom_frame.
  5. provide_odom_frame : If true, posture of the odom_frame coordinate system in the map coordinate system is released, and false, posture of the published_frame coordinate system in the map coordinate system is released.
  6. publish_frame_projected_to_2d : Whether publish_frame is projected on the XY plane
  7. use_odometry : whether to use gear encoder data
  8. use_nav_sat : whether to use GPS data
  9. use_landmarks : whether to use landmarks
  10. num_laser_scans : number of sensor_msgs / LaserScan type lidar
  11. num_multi_echo_laser_scans : number of sensor_msgs / MultiEchoLaserScan type lidar
  12. num_subdivisions_per_laser_scan : each frame of laser is divided into several parts
  13. num_point_clouds : number of sensor_msgs / PointCloud2 type lidar
  14. lookup_transform_timeout_sec : detect tf transform timeout time
  15. submap_publish_period_sec : Frequency of publishing submap data
  16. pose_publish_period_sec : Publish robot seat and match point cloud frequency
  17. trajectory_publish_period_sec : frequency of publishing path nodes and landmarks
  18. rangefinder_sampling_ratio : Lidar sampling factor
  19. odometry_sampling_ratio : gear encoder sampling factor
  20. fixed_frame_sampling_ratio : GPS data sampling factor
  21. imu_sampling_ratio : IMU data sampling factor
  22. landmarks_sampling_ratio : sampling factor of landmark data
Published 51 original articles · Like 13 · Visitors 20,000+

Guess you like

Origin blog.csdn.net/windxf/article/details/104407062