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.
Command prompt Windows Kalman Smoother
- Lissa Aerts
- Posts: 2
- Joined: Sat Oct 10, 2020 10:51 am
Command prompt Windows Kalman Smoother
- Attachments
-
- internetexplorer.png (144.11 KiB) Viewed 308 times
-
- line.png (15.21 KiB) Viewed 308 times
-
- line&.png (33.63 KiB) Viewed 308 times
Last edited by Lissa Aerts on Fri Apr 23, 2021 1:14 pm, edited 1 time in total.
Tags:
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: Command prompt Windows Kalman Smoother
Please see the "Command Line Utilities" page in the User's Guide for a detailed description: https://simtk-confluence.stanford.edu/d ... +Utilities.How do you work with the commands of "analyze" or "inverse kinematics" after the "C:/"?
- Lissa Aerts
- Posts: 2
- Joined: Sat Oct 10, 2020 10:51 am
Re: Command prompt Windows Kalman Smoother
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.
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.
- Mohammadreza Rezaie
- Posts: 407
- Joined: Fri Nov 24, 2017 12:48 am
Re: Command prompt Windows Kalman Smoother
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
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