How to make the robot follows exactly the global plan?
I need to make my robot to follow the path planned by the global planner and completely ignore the local planner.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I need to make my robot to follow the path planned by the global planner and completely ignore the local planner.
You can increase pdist_scale
parameter value. It is distance-to-path scoring weight. Its default value is 0.6. You may try values like 0.8, or 0.9 . For the wiki: http://wiki.ros.org/base_local_planner
You can look into using the pose_follower
package which does exactly what your asking for. It is however long outdated on the ROS Wiki page for that package, so i recommend that you look into this repo as those guys have been adding to the pose_follower package and it worked on indigo for me.
You will need to change your navigation parameters to load pose_follower as a local planner as opposed to base_local_planner
Asked: 2015-10-29 10:00:10 -0600
Seen: 1,124 times
Last updated: Oct 30 '15
how to setup navigation stack folders
amcl not reacting to /initialpose topic [closed]
Could not transform the global plan to the frame of the controller
Need help with basic navigation
Calculating Odometry Data for the Navigation Stack
Map_server fails to publish transform
Navigation Stack with omni-wheel Robot
Problem with local planner using navigation stack
Navigation stack parameter tuning for high accurate localization