DART
6.7.3
|
#include <Joint.hpp>
Public Member Functions | |
ExtendedProperties (const Properties &standardProperties=Properties(), const CompositeProperties &aspectProperties=CompositeProperties()) | |
Composed constructor. More... | |
ExtendedProperties (Properties &&standardProperties, CompositeProperties &&aspectProperties) | |
Composed move constructor. More... | |
Public Attributes | |
CompositeProperties | mCompositeProperties |
Properties of all the Aspects attached to this Joint. More... | |
std::string | mName |
Joint name. More... | |
Eigen::Isometry3d | mT_ParentBodyToJoint |
Transformation from parent BodyNode to this Joint. More... | |
Eigen::Isometry3d | mT_ChildBodyToJoint |
Transformation from child BodyNode to this Joint. More... | |
bool | mIsPositionLimitEnforced |
True if the joint limits should be enforced in dynamic simulation. More... | |
ActuatorType | mActuatorType |
Actuator type. More... | |
const Joint * | mMimicJoint |
Mimic joint. More... | |
double | mMimicMultiplier |
Mimic joint properties. More... | |
double | mMimicOffset |
dart::dynamics::Joint::ExtendedProperties::ExtendedProperties | ( | const Properties & | standardProperties = Properties() , |
const CompositeProperties & | aspectProperties = CompositeProperties() |
||
) |
Composed constructor.
dart::dynamics::Joint::ExtendedProperties::ExtendedProperties | ( | Properties && | standardProperties, |
CompositeProperties && | aspectProperties | ||
) |
Composed move constructor.
|
inherited |
Actuator type.
CompositeProperties dart::dynamics::Joint::ExtendedProperties::mCompositeProperties |
Properties of all the Aspects attached to this Joint.
|
inherited |
True if the joint limits should be enforced in dynamic simulation.
|
inherited |
Mimic joint.
|
inherited |
Mimic joint properties.
|
inherited |
|
inherited |
Joint name.
|
inherited |