Open zhuangxiaopi opened 4 years ago
It depends with which kind of sensor you want to do fusion and at which level. For wheel odometry and IMU, see robot_localization. If you want to use wheel odometry as guess for visual odometry or lidar odometry, look for guess_frame_id
parameter on rtabmap_ros wiki. If you want to only refine wheel odometry rtabmap node with lidar, see this example.
How should I merge the information of the wheel odometer?Can you tell me what I need to do?