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

Gazebo should automatically publish laser scan data. Use $ rostopic list to find the name of that topic.

The simplest way would be to publish your wheel velocity to /cmd_vel and by trial and error check if you have reached your goal.

If this is very inefficient for you then I would suggest you look at the ROS Navigation stack. Classify your problem according to the tools the stack offers.