| OpenSim Moco
    0.3.0
    | 
Add external loads (e.g., ground reaction forces) to the model from a XML file.
 
  
 #include <Moco/Moco/ModelOperators.h>
| Public Member Functions | |
| ModOpAddExternalLoads (std::string filepath) | |
| void | operate (Model &model, const std::string &relativeToDirectory) const override | 
| The ExternalLoads XML file is located relative to relativeToDirectory. | |