Composite body connecting two rigid bodies #52
-
I'm new to Mujoco and there are a lot of features I am interested in using. I am trying to model a somewhat unique robot arm which has pneumatically actuated joints which connect rigid links. This video is what the robot looks like moving around. The orange parts are the flexible pneumatic joints. I've been trying to think of ways to model this robot with Mujoco and so far I haven't been able to figure out how to get this to work. Here are the things I've thought of and what issues I've had trying to implement them:
Does anyone more experienced with Mujoco have any suggestions of what I can try? Or is this just not something that Mujoco can handle? I can't really find any suggestions online for this type of system. Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, As mentioned in this issue composite objects are just macros. If you load and save an XML with a composite body (e.g. in Pneumatic cylinder actuators capture the fact that air pressure is an internal state of the actuator and are unrelated to the kinematics. |
Beta Was this translation helpful? Give feedback.
Hi,
As mentioned in this issue composite objects are just macros. If you load and save an XML with a composite body (e.g. in
simulate
), the macro will be expanded and you will be able to modify the details of your model as you please.Pneumatic cylinder actuators capture the fact that air pressure is an internal state of the actuator and are unrelated to the kinematics.