move_base managing goal
Can someone explain me how the local_planner receive the goal coordinates?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Can someone explain me how the local_planner receive the goal coordinates?
Hi
Algorithm of local planner is based on global plan (is not based on the goal).
There is method in 'TrajectoryPlannerROS' class:
bool TrajectoryPlannerROS::setPlan(const std::vector<geometry_msgs::PoseStamped>& orig_global_plan)
Alex
Asked: 2013-04-26 00:23:06 -0600
Seen: 222 times
Last updated: Apr 29 '13
base_local_planner generates rotations away from global path
dwa_planner vs. base_local_planner
How can navigation be aborted even if goal is not reached?
move_base/base_local_planner maximum velocity
Quaternion has length close to zero... discarding as navigation goal, why?
time for navigation in /move_base trajectory planner
How to make base_local_planner tightly follow the global plan?