You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get some stuff with ROS 2 and MoCapAct and I'm having some issues regarding the conversion from MJCF to URDF. Is there any script or converter tool that works with multi-joints bodies? I've tried some tools but they fail when it involves multi-joints. I've tried to convert by hand, but I'm not convinced it's completely correct (appended at the end of the issue).
Also, I'm trying to figure out the order of the joints in the in the hdf5 files. I understand there are 56 joints in hdf5_dset["observable_indices"]["walker"]["joints_pos"]. This joints are defined in cmu_humanoid.py:
Hi all,
First of all, great work!
I'm trying to get some stuff with ROS 2 and MoCapAct and I'm having some issues regarding the conversion from MJCF to URDF. Is there any script or converter tool that works with multi-joints bodies? I've tried some tools but they fail when it involves multi-joints. I've tried to convert by hand, but I'm not convinced it's completely correct (appended at the end of the issue).
Also, I'm trying to figure out the order of the joints in the in the
hdf5
files. I understand there are 56 joints inhdf5_dset["observable_indices"]["walker"]["joints_pos"]
. This joints are defined incmu_humanoid.py
:However, I also saw that some joints are used in a sorted order or inverse order:
So my problem is that for joint at index 0 from
hdf5_dset["observable_indices"]["walker"]["joints_pos"]
I don't know if it's referring toa.
lfemurrz
: from _CMU_MOCAP_JOINTS directlyb.
headrx
: from the _actuator_order listc.
rfemurrz
: from the _inverse_order listAny kind of help would be greatly appreciated!
Thanks in advance
humanoid.urdf
The text was updated successfully, but these errors were encountered: