PyBullet: get dynamics information #3630
bdelhaisse
started this conversation in
General
Replies: 1 comment
-
We don't explicitly keep track of link/joint accelerations and torque around the contacts. Explaining how is just as much work as doing the actual implementation. |
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 Erwin,
Is it possible to get dynamics information when using PyBullet? Specifically, I would like to get:
getJointState(s)
.getLinkState
.getContactPoints
.If you don't have the time to implement it, could you point me how I can implement these features?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions