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

Revision history [back]

I am not sure about @stevemacenski's answer. Looking at the source code of gmapping it seems to be "smart" about it.

As long as your laser sources have a correct tf frame_id and your tf tree is properly set up, gmapping should be able to handle both lasers. You would just need to set up both laser nodes to output messages to gmapping's scan topic.

I am not sure about @stevemacenski's answer. Looking at the source code of gmapping it seems to be "smart" about it.

As long as your laser sources have a correct tf frame_id and your tf tree is properly set up, gmapping should be able to handle both lasers. You would just need to set up both laser nodes to output messages to gmapping's scan topic.

I have never tried it myself, so it might fail miserably. Let me know how it goes if you give it a try.