Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
bindings
python
parsers
bindings/python/parsers/urdf.hpp
Go to the documentation of this file.
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
8
namespace
pinocchio
9
{
10
namespace
python
11
{
12
void
exposeURDFModel
();
13
void
exposeURDFGeometry
();
14
15
inline
void
exposeURDFParser
()
16
{
17
exposeURDFModel
();
18
exposeURDFGeometry
();
19
}
20
21
}
22
}
23
24
#endif // ifndef __pinocchio_python_parsers_urdf_hpp__
pinocchio::python::exposeURDFParser
void exposeURDFParser()
Definition:
bindings/python/parsers/urdf.hpp:15
pinocchio::python::exposeURDFModel
void exposeURDFModel()
Definition:
bindings/python/parsers/urdf/model.cpp:79
pinocchio
Main pinocchio namespace.
Definition:
timings.cpp:30
pinocchio::python::exposeURDFGeometry
void exposeURDFGeometry()
Definition:
bindings/python/parsers/urdf/geometry.cpp:170
python
Definition:
cmake/_unittests/python/jrl_cmakemodule/python.py:1
pinocchio
Author(s):
autogenerated on Tue Jun 1 2021 02:45:05