fatiguable muscle

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
pan zhengye
Posts: 7
Joined: Sat Aug 14, 2021 7:20 pm

fatiguable muscle

Post by pan zhengye » Thu Aug 26, 2021 7:02 pm

Dear OpenSim team

Hello, I build a fatiguable muscle based on https://simtk-confluence.stanford.edu:8 ... luginFiles. However, when I use the member method: get_MuscleFirstOrderActivationDynamicModel() in Millard2012AccelerationMuscle class, VS2019 encounter a problem: identifier "get_MuscleFirstOrderActivationDynamicModel" is undefined. what should I do to solve this problem?

source code:
//Compute the target activation rate based on the given activation model
const MuscleFirstOrderActivationDynamicModel& actMdl
= get_MuscleFirstOrderActivationDynamicModel();

Tags:

User avatar
pan zhengye
Posts: 7
Joined: Sat Aug 14, 2021 7:20 pm

Re: fatiguable muscle

Post by pan zhengye » Thu Aug 26, 2021 7:05 pm

I open the Millard2012AccelerationMuscle.h, but cannot find the inline function get_MuscleFirstOrderActivationDynamicModel().

POST REPLY