-
Notifications
You must be signed in to change notification settings - Fork 12
Description
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!