ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The simple answer is no. gmapping needs odometry.

You can either use SLAM that doesn't require this as hector_mapping or find an intermediate node that can produce odometry from IMU or laser + imu.

The simple answer is no. gmapping needs odometry.

You can either use SLAM that doesn't require this as hector_mapping or find an intermediate node that can produce odometry from IMU or laser + imu.imu. http://www.ros.org/wiki/laser_scan_matcher should provide this functionality.