Obstacles for Tendons acting as Cables #2554
-
IntroHi! I am a researcher) and I use MuJoCo for my research on Cable driven robots. My setupMujoco 3.3.0 My questionmy four-cables cable driven robot seen below, has the anchor points actuated. Now, I always want the cables to pass thorough the corners of the square the four anchors form. However, when I pull the cables, in so many cases the cables will not go though the desired corners (denoted in red circles) as shown below. I tried to add a site and let the cables pass through that, but doing so, stops the tendon from acting as a cable and look like always in tension. And also, this setup tend to oscillate more. What is the best way to have a pull-only tendons, that also go through a specific point? Minimal model and/or code that explain my questionModel without a site (cables deviate from desired point)
Model with a site for cable 4 (stops acting like cables)
Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The hanging-down is just a cute visualization, it doesn't affect the dynamics (basically just a way of showing that there is no tension). Your approach with the site via-point is the correct one. The "oscillates more" issue needs to be understood and debugged separately. |
Beta Was this translation helpful? Give feedback.
The hanging-down is just a cute visualization, it doesn't affect the dynamics (basically just a way of showing that there is no tension).
Your approach with the site via-point is the correct one. The "oscillates more" issue needs to be understood and debugged separately.