pinocchio  3.9.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
Loading...
Searching...
No Matches
model-graph-algo-geometry.hpp
1//
2// Copyright (c) 2025 INRIA
3//
4
5#ifndef __pinocchio_parsers_graph_model_graph_algo_geometry_hpp__
6#define __pinocchio_parsers_graph_model_graph_algo_geometry_hpp__
7
8#include "pinocchio/parsers/graph/fwd.hpp"
9
10#include "pinocchio/multibody/geometry-object.hpp"
11
12#include "pinocchio/parsers/graph/model-graph.hpp"
13#include "pinocchio/parsers/meshloader-fwd.hpp"
14
15namespace pinocchio
16{
17 namespace graph
18 {
19
29 PINOCCHIO_PARSERS_DLLAPI GeometryModel buildGeometryModel(
30 const ModelGraph & g,
31 const Model & model,
32 const GeometryType type,
33 ::hpp::fcl::MeshLoaderPtr mesh_loader = ::hpp::fcl::MeshLoaderPtr());
34 } // namespace graph
35} // namespace pinocchio
36#endif // ifndef __pinocchio_parsers_graph_model_graph_algo_geometry_hpp__
Main pinocchio namespace.
Definition treeview.dox:11
Represents multibody model as a bidirectional graph.