Replies: 2 comments
-
Can you provide a small full working script, together with a specific URDF file, so someone maybe able to verify? |
Beta Was this translation helpful? Give feedback.
-
Another thing that may help, read and write the URDF file using the PyBullet UrdfEditor, it may re-align the joint frame as it us used internally: Run this script (replace capsule.urdf with your robot)
(this script requires a reasonably recent updated pip install pybullet) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to recover the orientation of the joint origin in the URDF file by doing:
transform_pyb just creates a 4x4 homogenous transformation.
But the orientation info[15] in the transformation does not match
the origin of the joint in the URDF. The resulting position in origin is ok.
I run out of ideas to go further apart from reading the C++ code.
Is it a bug in my version of pybullet?
Do I miss something?
Are orientations and positions handled differently?
Beta Was this translation helpful? Give feedback.
All reactions