You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We sample a number of random poses of the robot (in your case, based on the slider, it looks like 10000 poses will be sampled)
For each sampled pose, we determine what links are in collision
After 10000 sampled poses, if >95% of the poses result in collision of the two links, they are considered to be "always colliding" - in your case, if in >9500 of the 10000 sampled poses.
It looks like the text in the setup assistant is being cut off for some reason (is the screen too small?) - here's what is in the code:
auto header = new HeaderWidget(
"Optimize Self-Collision Checking",
"This searches for pairs of robot links that can safely be disabled from collision checking, decreasing motion "
"planning time. These pairs are disabled when they are always in collision, never in collision, in collision in "
"the robot's default position, or when the links are adjacent to each other on the kinematic chain. Sampling "
"density specifies how many random robot positions to check for self collision.",
this);
Is your feature request related to a problem? Please describe.
Please help me.
Describe the solution you'd like
I guess , this param is an threshold for 'always'-colliding pairs. but what exactly it is? an threshold for collision times or volume?
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: