|
MocoExtendProblem: Interface Between OpenSim and MATLAB for Rapidly Developing Direct Collocation Goals in Moco 1.1.0
add custom Moco goals to existing matlab scripts
|
Structure containing data related to support forces and center of pressure. More...
#include <MocoCOPGoal.h>
Public Attributes | |
| std::map< SimTK::MobilizedBodyIndex, SimTK::Matrix > | Fs |
| support force (spatial (6x1)) | |
| std::map< SimTK::MobilizedBodyIndex, SimTK::Vec3 > | cop |
| center of pressure (3x1) | |
| std::map< SimTK::MobilizedBodyIndex, SimTK::SpatialVec > | force |
| linear summed cop force and resultant moment (3x2) | |
Structure containing data related to support forces and center of pressure.
This structure stores maps that relate mobilized body indices to their respective support forces, centers of pressure, and resultant forces/moments.
| std::map<SimTK::MobilizedBodyIndex, SimTK::Vec3> cop |
center of pressure (3x1)
| std::map<SimTK::MobilizedBodyIndex, SimTK::SpatialVec> force |
linear summed cop force and resultant moment (3x2)
| std::map<SimTK::MobilizedBodyIndex, SimTK::Matrix> Fs |
support force (spatial (6x1))