RigidTendonMuscle
- Dustin Crouch
- Posts: 5
- Joined: Tue Jan 05, 2010 11:56 am
RigidTendonMuscle
What muscle model (Thelen2003, Schutte1993, etc.) does the RigidTendonMuscle actuator use? I read in the .h file that force production is instantaneous, with no excitation-activation dynamics - is this correct?
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: RigidTendonMuscle
Hi Dustin,
Here's the documentation from Doxygen
-Ayman
Here's the documentation from Doxygen
Hope this helps,A class implementing a RigidTendonMuscle actuator with no states.
The path information for a RigidTendonMuscle is contained in the base class, and the force-generating behavior is defined in this class. The force (muscle tension) assumes rigid tendon so that fiber-length and velocity are kinematics dependent and the force-length force-velocity relationships are evaluated directly. The control of this mode is its activation. Force production is instantaneous with no excitation-to-activation dynamics.
-Ayman