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

Ros Navigation Stack - Issue with zero and negative goal values

asked 2015-06-08 16:45:23 -0500

fedeva01 gravatar image

I’m following the example of http://wiki.ros.org/navigation/Tutori... with navigation stack. If I set the goal position with positive values the turtle moves as expected, but If it’s set to zero or negative values the turtle rotates in the same place, and It returns the message:

 “[ERROR] [1433622909.572352221]: Aborting because a valid plan could not be found. 
Even after executing all recovery behaviors.”

Does navigation only accepts positives values for the position MoveBaseGoal component?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2015-06-09 12:04:31 -0500

dimkirt gravatar image

The error you get means that the global planner could not find a valid path between your initial pose and your goal pose.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-06-08 16:45:23 -0500

Seen: 143 times

Last updated: Jun 09 '15