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

ros_moveit planning from c++ source

asked 2016-06-29 08:09:36 -0500

VictorNL gravatar image

I'm using a KUKA iiwa icw the iiwa_stack packages to interface with ROS indigo. I'm able to visualize the robot in rviz and compute trajectories within the GUI using moveit. However, when trying to use c++ command from a source file I get the error:

[ERROR] "unable to sample valid state for goal tree".

I've seen more people with this problem but nowhere a satisfactory answer. I tried multiple planner engines, increasing plan time and various goal tolerances. The headers are correct of the target pose and I initialize the start pose to the current one. Again the GUI plans and executes fine, code does not.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-06-29 08:37:51 -0500

gvdhoorn gravatar image

Possible causes for this I've seen:

  • your goal state is in collision (or will put the robot in a collision)
  • you are asking the robot to move (whatever link you're planning for) to a pose it cannot reach (or at least: the specific planner deduced that that would be the case)

Again the GUI plans and executes fine, code does not.

While that is helpful, it doesn't really mean that much, as the RViz MoveIt plugin configures all sorts of things, which your code probably doesn't.

edit flag offensive delete link more

Comments

I've tried multiple target poses, all deliberately placed inside the allowed workspace. Using the RTTConnect planner in both GUI and source. I'm assuming meters and radians. Ive explicitly defined the end effector as the link to plan for in the code. Will try more definitions in source tomorrow.

VictorNL gravatar image VictorNL  ( 2016-06-29 15:44:34 -0500 )edit

Question Tools

Stats

Asked: 2016-06-29 08:09:36 -0500

Seen: 255 times

Last updated: Jun 29 '16