5#ifndef __pinocchio_parsers_graph_fwd_hpp__ 6#define __pinocchio_parsers_graph_fwd_hpp__ 8#include "pinocchio/fwd.hpp" 10#include "pinocchio/spatial/se3.hpp" 11#include "pinocchio/spatial/inertia.hpp" 13#include "pinocchio/multibody/model.hpp" 14#include "pinocchio/multibody/frame.hpp" 20 typedef SE3Tpl<double, PINOCCHIO_OPTIONS_DEFAULT> SE3;
21 typedef InertiaTpl<double, PINOCCHIO_OPTIONS_DEFAULT> Inertia;
22 typedef FrameTpl<double, PINOCCHIO_OPTIONS_DEFAULT> Frame;
23 typedef ModelTpl<double, PINOCCHIO_OPTIONS_DEFAULT, JointCollectionDefaultTpl> Model;
Main pinocchio namespace.
buildModelWithBuildInfo return value.
Builder interface to add an edge to the graph. Allows for an easy customization of the edge.
Structure that holds all the parameters useful to create an edge.
Contains information about how buildModel walked the ModelGraph to construct a Model....
Represents an edge (joint) in the model graph.
Represents a vertex (body, sensor, operational frame) in the model graph.
Represents multibody model as a bidirectional graph.