lsw9021 / MASS

Apache License 2.0
584 stars 109 forks source link

Inconsistency between paper description and code when calculating muscle tendon force fm #46

Open wenjiwei opened 3 months ago

wenjiwei commented 3 months ago

The paper writes that fm=aflfv+fp, but in the code, when calculating muscle and tendon force in muscle.cpp, it seems that fm=a*fl+fp is missing, and the fv item is missing.