Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Actuated joints possible #17

Open
alexswerner opened this issue Oct 16, 2024 · 1 comment
Open

Question: Actuated joints possible #17

alexswerner opened this issue Oct 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@alexswerner
Copy link
Contributor

Thanks for providing this piece of software. It looks promising!

I'm new to the world of soft robotics and am trying to understand the concepts. After reading the paper and the code, I wonder if there is a straight forward way to implement an actuated idealized revolute joint. The current meaning of joint in the code is a connection between two elastic rods, which makes sense. Also there is a way to bend these segments using e.g. the KappaBarController.

For the use case I'm thinking about, I would ideally need a compact revolute joint which has no approximation of continuum mechanics attached. Right now I try to approximate this with an elastic rod which is very compliant, but that seems not a good solution. Problematic is especially that this makes it hard to define the position and velocity states of this revolute joint.

Any pointers are appreciated!

@QuantuMope
Copy link
Collaborator

It sounds like you need a rigid body revolute joint. Unfortunately, DisMech at its current state does not have any rigid body modelling, but this (along with rigid links) is definitely a high priority TODO on our list.

As a temporary solution you may be able to use a high stiffness elastic joint and change the natural curvature accordingly. The higher the stiffness, the more "idealized" it will be. Though you will have to be wary of inertial effects and change the natural curvature slowly over time.

Hope this helps. Will keep this open until we make some real progress on rigid dynamics.

@QuantuMope QuantuMope added the enhancement New feature or request label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants