Page 1 of 1

Command prompt Windows Kalman Smoother

Posted: Fri Apr 23, 2021 5:59 am
by lissaaerts
Hi.

I have installed the kalman smoother in my opensim/bin folder. I currently want to run my set-up script from Command Prompt in Windows.

The only thing that is working is to read the set-up script but it is just redirecting me to internet explorer.

How do you work with the commands of "analyze" or "inverse kinematics" after the "C:/"?

Thanks in advance.

Re: Command prompt Windows Kalman Smoother

Posted: Fri Apr 23, 2021 6:14 am
by tkuchida
How do you work with the commands of "analyze" or "inverse kinematics" after the "C:/"?
Please see the "Command Line Utilities" page in the User's Guide for a detailed description: https://simtk-confluence.stanford.edu/d ... +Utilities.

Re: Command prompt Windows Kalman Smoother

Posted: Fri Apr 23, 2021 6:32 am
by lissaaerts
Hi. Thank you for your answer.

I have never worked with the command prompt before. Do I need to put this 'opensim-cmd run-tool arm26_Setup_InverseKinematics.xml' after the 'C:\'?
Because I can't seem to type in the command prompt window without the 'C:\'.

So it is obligatory to edit the environmental variables?

Kind regards.

Re: Command prompt Windows Kalman Smoother

Posted: Fri Apr 23, 2021 2:31 pm
by kernalnet
Hi,

Please follow this instruction:
1) add the KS-libraries\bin folder to your system environment path
2) adjust the line 9 and 207 to the proper name of model and marker files, respectively.
3) in line 223, set the "use_visualizer" to false
4) open Windows CMD and change the directory to where your model and marker files are located
5) type "ks -S Setup_KS.xml" and hit enter

This works for me.

Regards,
Mohammadreza