|
SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <SActuatorSetMuscleParsed.hpp>

Public Member Functions | |
| SMusclePointParsed () | |
| ~SMusclePointParsed () | |
Public Attributes | |
| Eigen::Vector3d | pos_in_parent_ |
| std::string | parent_link_ |
| sUInt | position_on_muscle_ |
A single muscle point. A muscle passes through multiple points.
| scl::SMusclePointParsed::SMusclePointParsed | ( | ) |
Default constructor. Sets defaults.
| scl::SMusclePointParsed::~SMusclePointParsed | ( | ) |
Default destructor. Does nothing.
| std::string scl::SMusclePointParsed::parent_link_ |
The link to which this muscle point attaches
| Eigen::Vector3d scl::SMusclePointParsed::pos_in_parent_ |
xyz coordinates of an attachment point
| sUInt scl::SMusclePointParsed::position_on_muscle_ |
The point's position on the muscle. 0 = the muscle's start point 1 = the next point ... and so on.
1.8.6