Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
Loading...
Searching...
No Matches
Functions
move2D_IMU.m File Reference

Function to set up optimal control problem to simulate walking or running from inertial sensor data. More...

Functions

function move2D_IMU (in model, in resultfile, in trackingData, in initialGuess, in isSymmetric, in W)
 Function to specify the optimization problem for 2D running.
 

Detailed Description

Function to set up optimal control problem to simulate walking or running from inertial sensor data.

Author
Eva Dorschky, Anne Koelewijn
Date
November, 2024

Function Documentation

◆ move2D_IMU()

function move2D_IMU ( in  model,
in  resultfile,
in  trackingData,
in  initialGuess,
in  isSymmetric,
in  W 
)

Function to specify the optimization problem for 2D running.

Parameters
modelGait2dc: Model which should be used for the simulation
resultfileString: Name of the resultfile including path
trackingDataTrackingData: Tracking Data containing angles and GRFs data
initialGuessString: Filename with path specifying the initial guess
isSymmetricBool: Specifies if we assume movement symmetry. If so, we simulate only one half gait cycle. This has to fit to the tracking data.
WStruct: objective weigths
targetSpeedDouble: Target speed of the movement in x direction in m/s. This speed will be enforced.
targetdurDouble: Target durection of the movement in s. This duration will be enforced.
Return values
problemCollocation: Optimization problem for 2D running