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: 199 times
Last updated: Apr 29 '13
Reduce rotation recovery speed
Base local vs DWA planner for omnidirectional platform
Parameters for Move Base and Ackerman Vehicle simulated in Stage
move_base sometimes fails to drive, how to find out why
How to feed physical dimensions of robot to navigation stack?
Can someone explain this velocity jumping when decelerating? [closed]