pinocchio  3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
 
Loading...
Searching...
No Matches
sdf.hpp
1//
2// Copyright (c) 2020 CNRS
3//
4
5#ifndef __pinocchio_python_parsers_sdf_hpp__
6#define __pinocchio_python_parsers_sdf_hpp__
7
8namespace pinocchio
9{
10 namespace python
11 {
12 void exposeSDFModel();
13 void exposeSDFGeometry();
14
15 inline void exposeSDFParser()
16 {
17 exposeSDFModel();
18 exposeSDFGeometry();
19 }
20 } // namespace python
21} // namespace pinocchio
22
23#endif // ifndef __pinocchio_python_parsers_sdf_hpp__
Main pinocchio namespace.
Definition treeview.dox:11