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

Revision history [back]

I don't think the navigation stack is really a good solution for this. Navigation has both a global planner and local controller - you really only need the local controller for something like following, and the replan time is likely to be higher than you want from the global planner if you are constantly changing the goal. Something like the turtlebot_follower is a pure controller that will drive towards the target pose.