ros-sensor-fusion-tutorial
ros-sensor-fusion-tutorial copied to clipboard
Fusing GPS data for Gmapping
Is fusing GPS data along with the imu and laser data for creating Gmapping (not for robot localization) possible ?
Heya! It should be possible, you basically just need to make sure that the odometry TF message and odometry ROS message (they're different!) that gets seen by GMapping is the fused one.
I think gmapping should have a configuration parameter somewhere for that. And robot_localization already has one for publishing TF messages.