pinocchio  3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
 
Loading...
Searching...
No Matches
urdf.hpp
1//
2// Copyright (c) 2015-2020 CNRS INRIA
3//
4
5#ifndef __pinocchio_python_parsers_urdf_hpp__
6#define __pinocchio_python_parsers_urdf_hpp__
7
8namespace pinocchio
9{
10 namespace python
11 {
12 void exposeConsoleBridge();
13 void exposeURDFModel();
14 void exposeURDFGeometry();
15
16 inline void exposeURDFParser()
17 {
18 exposeConsoleBridge();
19 exposeURDFModel();
20 exposeURDFGeometry();
21 }
22
23 } // namespace python
24} // namespace pinocchio
25
26#endif // ifndef __pinocchio_python_parsers_urdf_hpp__
Main pinocchio namespace.
Definition treeview.dox:11