#include <BodyNodeAspect.hpp>
◆ BodyNodeAspectProperties() [1/2]
dart::dynamics::detail::BodyNodeAspectProperties::BodyNodeAspectProperties |
( |
const std::string & |
name, |
|
|
const Inertia & |
_inertia, |
|
|
bool |
_isCollidable, |
|
|
double |
_frictionCoeff, |
|
|
double |
_restitutionCoeff, |
|
|
bool |
_gravityMode |
|
) |
| |
Constructor.
- Deprecated:
- Deprecated since DART 6.10 because the friction and restitution properties shouldn't be included in this constructor since they are deprecated.
◆ BodyNodeAspectProperties() [2/2]
dart::dynamics::detail::BodyNodeAspectProperties::BodyNodeAspectProperties |
( |
const std::string & |
name = "BodyNode" , |
|
|
const Inertia & |
inertia = Inertia() , |
|
|
bool |
isCollidable = true , |
|
|
bool |
gravityMode = true |
|
) |
| |
◆ ~BodyNodeAspectProperties()
virtual dart::dynamics::detail::BodyNodeAspectProperties::~BodyNodeAspectProperties |
( |
| ) |
|
|
virtualdefault |
◆ mFrictionCoeff
double dart::dynamics::detail::BodyNodeAspectProperties::mFrictionCoeff |
Coefficient of friction.
- Deprecated:
- Deprecated since DART 6.10.
Please set the friction coefficient per ShapeNode of the BodyNode. This will be removed in the next major release.
◆ mGravityMode
bool dart::dynamics::detail::BodyNodeAspectProperties::mGravityMode |
Gravity will be applied if true.
◆ mInertia
Inertia dart::dynamics::detail::BodyNodeAspectProperties::mInertia |
◆ mIsCollidable
bool dart::dynamics::detail::BodyNodeAspectProperties::mIsCollidable |
Indicates whether this node is collidable;.
◆ mName
std::string dart::dynamics::detail::BodyNodeAspectProperties::mName |
◆ mRestitutionCoeff
double dart::dynamics::detail::BodyNodeAspectProperties::mRestitutionCoeff |
Coefficient of restitution.
- Deprecated:
- Deprecated since DART 6.10.
Please set the restitution coefficient per ShapeNode of the BodyNode. This will be removed in the next major release.