Represents a vertex (body, sensor, operational frame) in the model graph. More...
#include <pinocchio/parsers/graph/model-graph.hpp>
Public Member Functions | |
| void | addGeometry (const Geometry &geo) |
Public Attributes | |
| FrameVariant | frame |
| std::vector< Geometry > | geometries |
| std::string | name |
| Unique name of the body. | |
Represents a vertex (body, sensor, operational frame) in the model graph.
Definition at line 35 of file model-graph.hpp.
| inline |
Definition at line 44 of file model-graph.hpp.
| FrameVariant frame |
Definition at line 40 of file model-graph.hpp.
| std::vector<Geometry> geometries |
Definition at line 42 of file model-graph.hpp.
| std::string name |
Unique name of the body.
Definition at line 38 of file model-graph.hpp.