Help with a design with coupled motors #2297
-
IntroI'm playing with an idea for a robot. My setupPlaying with CoppeliaSim My questionI would like to simulate the mechanism drafted in the image.
The idea is that if motors M1 and M2 turn with the same velocity, then the position of a prismatic joint doesn't change. And the angular velocity of top and bottom pulleys is an average of the two motors. Somewhat inaccurate description is then: This means that both the pulleys rotation and position of prismatic joint depend on both motors simultaneously. I can't find a way to express this dependencies in MuJoCo, as it only supports a single joint dependency constraints. Do you have any suggestions? Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You can do this with an equality constraint on a fixed tendon. |
Beta Was this translation helpful? Give feedback.
You can do this with an equality constraint on a fixed tendon.