Page 1 of 1

python API - inverse kinematics tools - time range not alter

Posted: Mon Oct 31, 2016 7:12 am
by fabienleboeuf
Hi

i came across recently.

if you set time with this snippets
ikTool.setStartTime(markerData.getStartFrameTime())
ikTool.setEndTime(markerData.getLastFrameTime())
and then, want to get the new ikTools xml with the command printXML, you will see the section "time range" unchanged.

is this error known ?

fabien

Re: python API - inverse kinematics tools - time range not alter

Posted: Mon Oct 31, 2016 8:34 am
by mitkof6
Have you tried the function print instead?

You can report this to issues:

https://github.com/opensim-org/opensim-core/issues

But double check your logic first, because it may be a user error.

Best