Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to setup motion problem with marker tracking. More...
Functions | |
function | setup_motion_marker (in model, in dataFile, in initialFile, in resultFile, in W, in nNodesEarlier) |
Function to setup motion problem with marker tracking. | |
Function to setup motion problem with marker tracking.
function setup_motion_marker | ( | in | model, |
in | dataFile, | ||
in | initialFile, | ||
in | resultFile, | ||
in | W, | ||
in | nNodesEarlier | ||
) |
Function to setup motion problem with marker tracking.
model | Gait3d: Model used for simulation |
dataFile | String: Filename containg data struct for tracking |
initialFile | String: Result used for initial guess |
resultFile | String: Filename to log files |
W | Struct: Weights for objective terms |
nNodesEarlier | Double: Number of samples which we start earlier |
problem | Collocation: Generated standing problem |