Replies: 1 comment
-
It would be nice to have a |
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
-
I am trying to create an robotic hand via the
createMultiBody
functionality. Most of my joints areJOINT_REVOLUTE
joints. I would like to specify the lower and upper limit of the angle like one can do this in an URDF file via<limit lower="-0.17" upper="1.8" />
.Is this possible via the current
pybullet
functionality?Beta Was this translation helpful? Give feedback.
All reactions