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

Function to specify the optimization problem for 2D running. More...

Functions

function walking2D_fixedsteprate (in model, in Wtracking, in resultfile, in trackingData, in targetSpeed, in targetDuration, in isSymmetric, in initialGuess)
 Function to specify the optimization problem for normal 2D walking.
 

Detailed Description

Function to specify the optimization problem for 2D running.

Author
Anne Koelewijn
Date
October, 2019

Function Documentation

◆ walking2D_fixedsteprate()

function walking2D_fixedsteprate ( in  model,
in  Wtracking,
in  resultfile,
in  trackingData,
in  targetSpeed,
in  targetDuration,
in  isSymmetric,
in  initialGuess 
)

Function to specify the optimization problem for normal 2D walking.

This function creates walking simulation without an exoskeleton. If targetDuration is empty, the duration is left free and optimized. If it is given, the targetDuration is added as constraint

Parameters
modelGait2dc: Model which should be used for the simulation
WtrackingDouble: Weight used for tracking
resultfileString: Name of the resultfile including path
trackingDataTrackingData: Tracking Data containing angles and GRFs data
targetSpeedDouble: Target speed of the movement in x direction in m/s. This target speed will be enforced.
targetDurationDouble: Target duration of the movement in steps/min. This duration will be enforced. Duration will be optimized if it is empty: [].
isSymmetricBool: 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.
initialGuessString: Filename with path specifying the initial guess
Return values
problemCollocation: Optimization problem for 2D running