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

plan was found but it seems to be invalid possibly due to postprocessing

asked 2016-11-03 23:25:21 -0500

clark_txh gravatar image

updated 2016-11-04 02:45:53 -0500

gvdhoorn gravatar image

when I plan trajectory, the move_group print the message follow

[ WARN] [1478232670.643146875]: Fail: ABORTED: Motion plan was found but it seems to be invalid (possibly due to postprocessing). Not executing.

I get a solution ,I change the file about ompl_planning.yaml. It is like that

longest_valid_segment_fraction: 0.02 #0.05

Get better, but not completely resolved

I want to know what's about this and how to resolve it completely.

thank advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-11-04 07:35:29 -0500

rbbg gravatar image

The longest_valid_segment_fraction determines the density that your selected planner uses to confirm that the found path is collision free. Perhaps the setting if 0.02 is still a bit high in your case, so I would advise you to lower it even further.

Also, from my experience, some planners seem to suffer from these problems than others, so it might be worthwhile to experiment with other planners as well.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-11-03 23:25:21 -0500

Seen: 1,005 times

Last updated: Nov 04 '16