pinocchio  3.9.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
Loading...
Searching...
No Matches
ModelGraphVertex Struct Reference

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< Geometrygeometries
std::string name
 Unique name of the body.

Detailed Description

Represents a vertex (body, sensor, operational frame) in the model graph.

Definition at line 35 of file model-graph.hpp.

Member Function Documentation

◆ addGeometry()

void addGeometry(const Geometry &geo)
inline

Definition at line 44 of file model-graph.hpp.

Member Data Documentation

◆ frame

FrameVariant frame

Definition at line 40 of file model-graph.hpp.

◆ geometries

std::vector<Geometry> geometries

Definition at line 42 of file model-graph.hpp.

◆ name

std::string name

Unique name of the body.

Definition at line 38 of file model-graph.hpp.


The documentation for this struct was generated from the following file: