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

What will cause when collision check sampling rate set too low?

asked 2014-07-01 20:49:02 -0500

sam gravatar image

I follow moveit wizard tutorial.

If I only set collision check sampling rate at 1000, what bad situation will happen?

Is PR2 maybe more possible to in collision when executing a trajectory, or the planning will more possible to fail to generate an uncollision trajectory?

Thank you~

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-07-01 23:54:47 -0500

fergs gravatar image

That number only affects the wizard -- once generated, it is never used again -- thus, the easy answer is "don't change it" since it won't improve performance in anything except the wizard (which is hopefully a one time thing)

For a better understanding of what is going on, that sampling basically helps decide which links should not be collision checked later on (and this information is put in the exported SRDF). For instance, two links that are adjacent and always touch cannot be checked for collision or all plans would fail to be collision free. The wizard may also be able to determine when two links are never in contact, because they are always too far apart, and thus there is no reason to collision check those joints as the result will always be false.

edit flag offensive delete link more

Comments

Thank you~After the test, I found that if the rate is too low, it will more likely to output: No motion plan found. No execution attempted , then PR2 will not execute anything~

sam gravatar image sam  ( 2014-07-02 07:48:42 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-01 20:49:02 -0500

Seen: 164 times

Last updated: Jul 01 '14