|
Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to specify the optimization problem for 2D running. More...
Functions | |
| function | running2D (in model, in resultfile, in trackingData, in targetSpeed, in isSymmetric, in initialGuess) |
| Function to specify the optimization problem for 2D running. | |
Function to specify the optimization problem for 2D running.
| function running2D | ( | in | model, |
| in | resultfile, | ||
| in | trackingData, | ||
| in | targetSpeed, | ||
| in | isSymmetric, | ||
| in | initialGuess | ||
| ) |
Function to specify the optimization problem for 2D running.
| model | Gait2dc: Model which should be used for the simulation |
| resultfile | String: Name of the resultfile including path |
| trackingData | TrackingData: Tracking Data containing angles and GRFs data |
| targetSpeed | Double: Target speed of the movement in x direction in m/s. This target speed will be enforced. |
| isSymmetric | Bool: Specifys weather we assume symmetry of the movement. If we assume symmetry, we simulate only one half of gait cycle. This has to fit to the tracking data. |
| initialGuess | String: Filename with path specifying the initial guess |
| problem | Collocation: Optimization problem for 2D running |