Replies: 2 comments
-
+\cc @jviereck |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please provide a small self-contained full working pybullet example (without other dependencies). |
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.
-
In our setup we have a 1D hopper. We model the hopper using a 1D prismatic joint. See the setup here 1.
When we try to fix the base using something like
and query the joint state later (while the leg is swinging with zero torque), we observe the
p.getJointState(robot_id, 0)
to increase from the initial fixed_height value=0.4 to values like 4.9. Looking at the visualization, the base stays fixed.Any idea what is going wrong here? Is the
p.getJointState(...)
returned before taking the constraints into account?Beta Was this translation helpful? Give feedback.
All reactions