Search found 7 matches

by pan zhengye
Tue Sep 07, 2021 7:57 am
Forum: OpenSim
Topic: set Markers weight in inverse kinematics by C++ API
Replies: 2
Views: 214

Re: set Markers weight in inverse kinematics by C++ API

Thanks! I think it will be very helpful for me.
by pan zhengye
Tue Sep 07, 2021 7:21 am
Forum: OpenSim
Topic: set Markers weight in inverse kinematics by C++ API
Replies: 2
Views: 214

set Markers weight in inverse kinematics by C++ API

Dear opensim team hello, I want to set Markers weight in inverse kinematics by C++ API. However, after I made the following settings, nothing changed. int main() { Model test("arm26.osim"); InverseKinematicsTool* IK = new InverseKinematicsTool(); IK->setModel(test); IK->setMarkerDataFileName("arm26_...
by pan zhengye
Sun Sep 05, 2021 6:57 pm
Forum: OpenSim
Topic: forward simulation
Replies: 1
Views: 206

forward simulation

Dear opensim team

hello, I want to learn how to run forward simulation based on my EMG data by C++API, but I don't know how to learn, is there something like source code examples?

thanks.
by pan zhengye
Thu Aug 26, 2021 7:05 pm
Forum: OpenSim
Topic: fatiguable muscle
Replies: 1
Views: 175

Re: fatiguable muscle

I open the Millard2012AccelerationMuscle.h, but cannot find the inline function get_MuscleFirstOrderActivationDynamicModel().
by pan zhengye
Thu Aug 26, 2021 7:02 pm
Forum: OpenSim
Topic: fatiguable muscle
Replies: 1
Views: 175

fatiguable muscle

Dear OpenSim team Hello, I build a fatiguable muscle based on https://simtk-confluence.stanford.edu:8443/display/OpenSim/Fatigable+Muscle+Code#FatigableMuscleCode-FatigableMusclePluginFiles . However, when I use the member method: get_MuscleFirstOrderActivationDynamicModel() in Millard2012Accelerati...
by pan zhengye
Thu Aug 19, 2021 8:37 pm
Forum: OpenSim
Topic: "OpenSim" is ambiguous when using namespace
Replies: 0
Views: 101

"OpenSim" is ambiguous when using namespace

Dear opensim team Hello, I encountered some problems after I complied the opensim source code. I add the "opensim-core-source-install\sdk\include","opensim-core-source-install\sdk\lib" and every .h file into my VS project. However, using namespace OpenSim is ambiguous when I take some examples such ...
by pan zhengye
Tue Aug 17, 2021 8:00 pm
Forum: OpenSim
Topic: There was a problem compiling the opensim source code
Replies: 1
Views: 207

There was a problem compiling the opensim source code

Dear Opensim team
I try to use cmake to compile the source code of opensim 4.2. My compilation environment is windows 10, using the compiler vs2017. I encountered many errors when compiling the biomedical toolkit core, so I would like to ask whether ezc3d can be used instead of BKT?

Thanks