|
MIRA
|
A link is a part of a rigid model that is described by a transformation frame, intertia properties, a visual representation used for visualization purpose and a collision representation used for collision detection and avoidance. More...
#include <model/Link.h>
Public Member Functions | |
| template<typename Reflector > | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW void | reflect (Reflector &r) |
Public Attributes | |
| std::string | name |
| The name of the transform frame of this part. More... | |
| InertialPtr | inertial |
| Inertia properties. More... | |
| std::vector< VisualPtr > | visuals |
| Visual representation. More... | |
| std::vector< CollisionPtr > | collisions |
| Collision representation. More... | |
A link is a part of a rigid model that is described by a transformation frame, intertia properties, a visual representation used for visualization purpose and a collision representation used for collision detection and avoidance.
|
inline |
| std::string name |
The name of the transform frame of this part.
| InertialPtr inertial |
Inertia properties.
| std::vector<CollisionPtr> collisions |
Collision representation.
1.8.14