WELCOME TO THE NEW PLATFORM FOR THE OPENSIM DOCUMENTATION

Remember to update your bookmarks with our new URL.
If you find missing content or broken links, let us know: opensim@stanford.edu


Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

OpenSim comes with a variety of C++ API examples, located in <OpenSimResourcesDir>/Code/CPP (where, by default, <OpenSimResourcesDir> is C:\Users\<username>\Documents\OpenSim\4.x on Windows and ~/Documents/OpenSim/4.x on Mac). In the list below, we provide the subdirectory in the Code/CPP folder where you can find each example.

  1. Performing a Simulation (ExampleMain) Write a main C++ program (a "tug of war") to create a model and run a forward simulation.
    1. This example requires updating. For now, refer to the complete code in the ExampleMain/OutputReference folder.

  2. Creating Your Own Analysis (Plugins/AnalysisPluginExample) Write your own Analysis to output the center of mass and orientation of each body in a model.
  3. Creating a Controller (ControllerExample) Extend the tug of war example with a custom controller.
  4. Creating an Optimization (OptimizationExample_Arm26) Write an optimization to find muscle controls to maximize the forward velocity of the hand.
  5. Creating a Customized Actuator (CustomActuatorExample) Implement a spring with controllable stiffness.
  6. Creating a Customized Muscle Model (MuscleExample) Implement a muscle model with fatigue.

To get started with any of these examples, refer to How to Build a C++ Example.

 

 

 

  • No labels