How to use the debug feature? #99
Unanswered
philippe-nadeau-vention
asked this question in
Q&A
Replies: 1 comment
-
|
Hi Philippe, The debug call should return two things: first, a list of the "names" of the collision objects (see relevant code here), and second, a list of all pairs of self-collisions between spheres of the robot. You should set the name of objects to get more information out from the debug call, this can be done with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for the great work on the implementation of VAMP!
I have noticed that VAMP has a
debugfeature where the user can callrobot.debug(q, env)for some robot configurationqand some environmentenvand get feedback about which geometric primitives are colliding. From Python, when I try to use this feature on a colliding configuration, I get lists of empty lists while I would have expected some identifier about the colliding primitives.Could you shed some light on how this feature can be used?
Thanks,
Philippe
Beta Was this translation helpful? Give feedback.
All reactions