Use of CMC Tool

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
YAMEN AL HABASH
Posts: 7
Joined: Tue May 21, 2019 5:22 am

Use of CMC Tool

Post by YAMEN AL HABASH » Mon Jul 22, 2019 2:17 am

Hi,
I'm trying to use the cmc tool in a C++ script on Visual studio and it is said that we should start the cmc 0.03s before the point we want to compute. However, I don't understand the way it should be done. I have a motion file that starts at 0.005s and the command setInitialTime() can not be set before the initial time in my motion file. So how does it have to be done? Do I have to add some points in my motion file before the "real" start?
Thank you for your help

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Use of CMC Tool

Post by Dimitar Stanev » Tue Jul 23, 2019 7:12 am

If you have a file that begins from t0 to tf, then you can set the initial time of the CMC analysis to start at t0 + 0.03 and not from t0 and ignore the first 0.03s from the original motion.

POST REPLY