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

Revision history [back]

If you are transforming the goto point frame from the camera to the map, you have to make sure the robot is well localized in the map. Also, you can try using the /base_link (or whatever your robot's frame is called) as the destination frame. Finally, I think you should prefer to use actionlib to send a goal to move_base, instead of publishing a message. Check SendingSimpleGoals