-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Closed
Labels
Description
I am learning MuJoCo modeling , I was going through the MJCF files of the Hand robot and noticed that in robotics/assets/hand/robot.xml lots of geoms used the class DC_HAND
which is declared as group 4 in shared.xml.
I understand I can enable them in the MuJoCo simulator by toggling the group settings , but I don't understand the reasoning behind them. What is the purpose of group 4 ? Why we do need robot0:C_xyz
when we have robot0:V_xyz
.
I found a similar question in the MuJoCo forum , but it did not seem to answer my question.