DART
6.7.3
|
#include <WeldJoint.hpp>
Public Member Functions | |
Properties (const Joint::Properties &_properties=Joint::Properties()) | |
virtual | ~Properties ()=default |
Static Public Member Functions | |
template<typename... Args> | |
static std::shared_ptr< Properties > | createShared (Args &&... args) |
Public Attributes | |
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::WeldJoint::Properties::Properties | ( | const Joint::Properties & | _properties = Joint::Properties() | ) |
|
virtualdefault |
Reimplemented from dart::dynamics::ZeroDofJoint::Properties.
|
inlinestatic |
Create shared instance of this class
|
inherited |
Actuator type.
|
inherited |
True if the joint limits should be enforced in dynamic simulation.
|
inherited |
Mimic joint.
|
inherited |
Mimic joint properties.
|
inherited |
|
inherited |
Joint name.
|
inherited |