...
We will conduct the workshop using a beta version of OpenSim 4.0 API (the GUI is not included). To ensure the workshop starts smoothly, please set up and test this beta version before departing for the symposium.
- Download the files here (links no longer work)
- Windows, 64-bit MATLAB
- Windows, 32-bit MATLAB
- Mac
- The example requires MATLAB 2014b. If you have an older version, you can team up with others or download a free trial of MATLAB.
- Unzip the files to a location of your choice; perhaps C:\opensim-core-tgcs (on Windows).
- If you use Windows, edit your PATH environment variable to include the bin directory (e.g., C:\opensim-core-tgcs\bin). See here for instructions. Make sure to remove any previous OpenSim installations from your PATH (alternatively, rename the folder containing the previous OpenSim installation).
- Configure OpenSim with MATLAB by starting MATLAB and running configureOpenSim.m. This file is located in:
- Windows: sdk/Scripts/Matlab
- Mac: share/doc/OpenSim/Scripts/Matlab
- After the script completes, restart MATLAB and test the configuration by checking the timestamp from running org.opensim.modeling.opensimCommon.GetVersionAndDate() in the MATLAB command window; the date should be in July 2017.
Test that the visualizer is working by running the following, after which you should see an empty visualizer window.
Code Block >> m = org.opensim.modeling.Model() >> m.setUseVisualizer(true); >> m.initSystem();
Slides
Here are the slides from the workshop.
Post-workshop report
Thank you to all those who participated in the workshop!
...