Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This workshop covers advanced topics in OpenSim. The workshop is an opportunity to learn more about how OpenSim works "under the hood" and get supervised, hands-on assistance with problems participants bring to the workshop. On the first day, participants will introduce their projects. The second and third days will be devoted to working on problems participants bring to the workshop. Participants have the opportunity to work in small breakout groups with OpenSim experts on their research problems.

...

Important Dates

IMPORTANT DATES

Wednesday, March 6

Submit Workshop Proposal by email (opensim@stanford.edu)

Friday, March 8Book Conference call time on the sign-up sheet

Tuesday or Wednesday, March 12 or 13

Conference calls with OpenSim Team

Monday, March 18

Start editing your Project Goals Slide

Tuesday to Thursday, March 26 - 28

Advanced User Workshop

 

Conference Calls

Booking Sheet 

Calls 

Please carefully read the instructions on the cover page of the booking sheet. We will use Zoom for the kick-off Webinar. To use Zoom, you must have a Chrome Browser or the Zoom App installed.

Project Slides

...

The workshop location is at Stanford University, Francis C. Arrillaga Alumni Center, 1st Floor Barnes-McDowell-Cranston Conference Rooms. Directions and maps to the Alumni Center can be found here. Coffee and tea will be provided, daily. There is a cafe in the Alumni Center that serves lunch and several other lunch options nearby (Download a PDF with links to nearby dining)

...

The workshop starts at 9:00 am on Tuesday, March 26 and runs daily (9-5) thru to Thursday, March 28. We will hold an optional tutorial on Wednesday, at 8:15am on new software for optimal control in OpenSim. Anyone is welcome to attend. Download the OpenSim Workshop Agenda. Note: this agenda may change due to updated events.   

Software and Computers

We expect participants to use their own laptops. Power supplies and wireless internet access will be provided.

...

The software is available for download on the OpenSim SimTK project page.  

Tutorial: Introducing Moco: Optimal Control for OpenSim Models (optional)

...

The tutorial assumes familiarity with Matlab, but experience with direct collocation methods is not required. Participants should bring a Mac or Windows (64-bit) laptop (and charger) with Matlab 2014b or later, or should be willing to team up with another participant.We will send you a link to the Moco software soon.

Setup Infomation

  1. Download Moco for Windows or Mac
  2. Unzip OpenSim Moco ZIP anywhere; for example, C:\opensim-moco
  3. If using Windows, set PATH to include C:\opensim-moco\bin
    1. Start Menu > Search “environment” > “Edit the system environment variables” >
    2. Environment Variables… > Under System variables, select PATH and click Edit… >
    3. Add C:\opensim-moco\bin; to the beginning.
    4. Remove any entries for previous OpenSim installations.
  4. Start MATLAB (as Administrator on Windows) and run configureMoco.m, in:
    1. Windows: sdk/Scripts/Matlab
    2. Mac: share/doc/Moco/Scripts/Matlab
  5. Restart MATLAB and type >> m = org.opensim.modeling.Model(); m.setUseVisualizer(true); m.initSystem()
    1. You should see an empty Visualizer window. 
    2. Close the empty Visualizer.
  6. Make exampleSitToStand your Current Folder:
    1. Windows: sdk/Scripts/Matlab/exampleSitToStand
    2. Mac: share/doc/Moco/Scripts/Matlab/exampleSitToStand

...