Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to specify the optimization problem for 3D running. More...
Functions | |
function | running3D (in model, in trackingData, in initialFile, in resultFile, in N, in sym, in W, in targetspeed_x, in targetspeed_z, in targetdur) |
Function to run standing problem. | |
Function to specify the optimization problem for 3D running.
function running3D | ( | in | model, |
in | trackingData, | ||
in | initialFile, | ||
in | resultFile, | ||
in | N, | ||
in | sym, | ||
in | W, | ||
in | targetspeed_x, | ||
in | targetspeed_z, | ||
in | targetdur | ||
) |
Function to run standing problem.
problem | Collocation: Generated standing problem |
Function to setup running problem
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 |
N | Double: Number of nodes |
sym | Boolean: Symmetry of the movment |
Euler | String: Euler discretization method |
W | Struct: Weights for objective terms |
idxTracking | Double: Index specifying which variables are tracked |
problem | Collocation: Generated standing problem |