Page 1 of 1

OpenSim applicability

Posted: Thu Nov 30, 2023 10:50 am
by siriltd
Hello,

I am designing a benchtop robotic spine with a stiffness calibrated lumbar spine and pneumatic muscles. I divided the control system into two parts - high level and low level. Low level consists of individual muscle control and the high level is the logic behind the control signals given to individual muscles. The robot has to achieve multiple poses such as flexion-extension, lateral bending and axial rotation and the muscle placements mimic the major muscle groups in the human body responsible for these motions.

I am currently designing the high level control scheme and could use some help planning this out from you folks. Can open sim be used to model muscles with custom force-length curves, like in my case? Can I have an open sim model with these custom muscles and muscle placements? Such a model should take force on a vertebra as the input and generate spinal pose and muscle force. This muscle force and length data can be fed into the robot to achieve the required pose.

I would highly appreciate your inputs.

Re: OpenSim applicability

Posted: Wed Dec 06, 2023 1:35 pm
by ongcf
OpenSim is very flexible and can support these things, with varying levels of difficulty. A few notes and resources below:

- One place to start to see some of the flexibility is in the examples and tutorials. One of which is the Pulling Out The Stops: Designing a Muscle for a Tug-of-War Competition tutorial.
- The OpenSim Models documentation page
- Check out the documentation page for current muscle models, like the Millard model to see if they fit your need.
- If you still need a custom muscle model, this may require some work in C++. The GitHub page has instructions on how to build the project.