|
Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to setup motion problem with angle tracking. More...
Functions | |
| function | setup_motion_angle (in model, in dataInvFile, in dataMeasFile, in initialFile, in resultFile, in W, in nNodesEarlier) |
| Function to setup motion problem with angle tracking. | |
Function to setup motion problem with angle tracking.
| function setup_motion_angle | ( | in | model, |
| in | dataInvFile, | ||
| in | dataMeasFile, | ||
| in | initialFile, | ||
| in | resultFile, | ||
| in | W, | ||
| in | nNodesEarlier | ||
| ) |
Function to setup motion problem with angle tracking.
| model | Gait3d: Model used for simulation |
| dataInvFile | String: Filename containg data struct for angles for tracking |
| dataMeasFile | String: Filename containg data struct for GRFs 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 |