SCL  1.0
Standard Control Library : Control, dynamics, physics, and simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
scl::SMusclePointParsed Class Reference

#include <SActuatorSetMuscleParsed.hpp>

Collaboration diagram for scl::SMusclePointParsed:
Collaboration graph
[legend]

Public Member Functions

 SMusclePointParsed ()
 
 ~SMusclePointParsed ()
 

Public Attributes

Eigen::Vector3d pos_in_parent_
 
std::string parent_link_
 
sUInt position_on_muscle_
 

Detailed Description

A single muscle point. A muscle passes through multiple points.

Constructor & Destructor Documentation

scl::SMusclePointParsed::SMusclePointParsed ( )

Default constructor. Sets defaults.

scl::SMusclePointParsed::~SMusclePointParsed ( )

Default destructor. Does nothing.

Member Data Documentation

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.


The documentation for this class was generated from the following files: