|
DART 6.7.3
|
#include <BodyNodeAspect.hpp>
Public Member Functions | |
| BodyNodeAspectProperties (const std::string &name="BodyNode", const Inertia &_inertia=Inertia(), bool _isCollidable=true, double _frictionCoeff=DART_DEFAULT_FRICTION_COEFF, double _restitutionCoeff=DART_DEFAULT_RESTITUTION_COEFF, bool _gravityMode=true) | |
| Constructor. | |
| virtual | ~BodyNodeAspectProperties ()=default |
Public Attributes | |
| std::string | mName |
| Name of the Entity. | |
| Inertia | mInertia |
| Inertia information for the BodyNode. | |
| bool | mIsCollidable |
| Indicates whether this node is collidable;. | |
| double | mFrictionCoeff |
| Coefficient of friction. | |
| double | mRestitutionCoeff |
| Coefficient of restitution. | |
| bool | mGravityMode |
| Gravity will be applied if true. | |
| dart::dynamics::detail::BodyNodeAspectProperties::BodyNodeAspectProperties | ( | const std::string & | name = "BodyNode", |
| const Inertia & | _inertia = Inertia(), |
||
| bool | _isCollidable = true, |
||
| double | _frictionCoeff = DART_DEFAULT_FRICTION_COEFF, |
||
| double | _restitutionCoeff = DART_DEFAULT_RESTITUTION_COEFF, |
||
| bool | _gravityMode = true |
||
| ) |
Constructor.
|
virtualdefault |
| double dart::dynamics::detail::BodyNodeAspectProperties::mFrictionCoeff |
Coefficient of friction.
| bool dart::dynamics::detail::BodyNodeAspectProperties::mGravityMode |
Gravity will be applied if true.
| Inertia dart::dynamics::detail::BodyNodeAspectProperties::mInertia |
| bool dart::dynamics::detail::BodyNodeAspectProperties::mIsCollidable |
Indicates whether this node is collidable;.
| std::string dart::dynamics::detail::BodyNodeAspectProperties::mName |
Name of the Entity.
| double dart::dynamics::detail::BodyNodeAspectProperties::mRestitutionCoeff |
Coefficient of restitution.