Non-Isotropic Ball Joint? #2747
              
                Unanswered
              
          
                  
                    
                      MishaTikh
                    
                  
                
                  asked this question in
                Asking for Help
              
            Replies: 2 comments
-
| 
         I am still testing it, but I ended up writing an anisotropic joint plugin: https://github.com/MishaTikh/MuJoCo-Anisotropic-Joint  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         I seemed to run into a potential bug within Mujoco. It crashes silently when trying to load the plugin via MJSpec, even though it works correctly when using basic XML. I opened up an issue here: #2757  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a working on modeling a flexible catheter using a chain of bodies.
My setup
I am using the latest MuJoCo version with Python. I am currently modeling the joints between the bodies as virtual gimbals, with two bending joints at 90 degrees and one rotation joint connected by zero length bodies. This mostly works but is computationally expensive and is occasionally unstable.
My question
I would love to be able to move from the gimbal setup to using a single ball joint, but need non-isotropic tuning for simulation accuracy. I need to be able to set the torsional stiffness and damping independently from the bending. Is this possible with a standard ball joint?
Thank you!
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions