Ros Navigation Stack - Issue with zero and negative goal values
I’m following the example of http://wiki.ros.org/navigation/Tutorials/SendingSimpleGoals 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?
Asked by fedeva01 on 2015-06-08 16:45:23 UTC
Answers
The error you get means that the global planner could not find a valid path between your initial pose and your goal pose.
Asked by dimkirt on 2015-06-09 12:04:31 UTC
Comments