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

Validate goal pose reachability without actually moving

asked 2014-01-07 13:35:17 -0500

Kalana gravatar image

Hi all,

I am aware that sendGoal() method in actionlib::SimpleActionClient can be used for reaching a goal pose. However if the goal is reachable it physically moves to the target pose. I want to know whether there is a method to validate a particular goal pose is reachable without actually moving with ROS navigation stack.

Having it validated with just the global planner is good enough for my purpose. If the goal is considered as reachable at first and then found it is not reachable on the way to it due to recently moved obstacles, an alternative situational decision can be made.

Thanks,

Kalana

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-01-08 22:11:51 -0500

felix k gravatar image

move_base indeed does offer a make_plan service for that purpose. See wiki docs.

edit flag offensive delete link more

Comments

Thanks! make_plan service works fine.

Kalana gravatar image Kalana  ( 2014-01-09 19:08:23 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-01-07 13:35:17 -0500

Seen: 522 times

Last updated: Jan 08 '14