pinocchio  3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
 
Loading...
Searching...
No Matches
extras.hpp
1//
2// Copyright (c) 2024 CNRS INRIA
3//
4
5#ifndef __pinocchio_python_extra_extras_hpp__
6#define __pinocchio_python_extra_extras_hpp__
7
8#include "pinocchio/bindings/python/fwd.hpp"
9
10namespace pinocchio
11{
12 namespace python
13 {
14 namespace bp = boost::python;
15
16#if defined(PINOCCHIO_WITH_EXTRA_SUPPORT)
17 void exposeReachableWorkspace();
18#endif // defined(PINOCCHIO_WITH_EXTRA_SUPPORT)
19
20 void exposeExtras();
21
22 } // namespace python
23} // namespace pinocchio
24
25#endif // ifndef __pinocchio_python_extra_extras_hpp__
Main pinocchio namespace.
Definition treeview.dox:11