SelfCollisionBarrier to avoid robotic arm hitting itself? #113
Unanswered
MichaelRazum
asked this question in
Q&A
Replies: 1 comment
-
You can take a look at the self-collision examples in the examples/barriers directory. Those should be closer to what you are looking for here:
For a single-arm you can just skip the dual-arm duplication step at the beginning of these scripts. |
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
-
Hi there,
Given a urdf file with specified collision.
What would be the right approach, to avoid the robot hitting itself (or go through itself) ?
Is using
SelfCollisionBarrier
the right way to do it?I also tried to modify the code in examples/arm_ur5.py and adding (line 52)
I then added
barriers
to the solver. However, in this case, the process dies with exit code 139 (interrupted by signal 11: SIGSEGV). I suspect that the configuration is entirely wrong in the way I wrote it here.Would be grateful for any hint!
Beta Was this translation helpful? Give feedback.
All reactions