aligator  0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
Loading...
Searching...
No Matches
expose-pinocchio-dynamics.cpp
Go to the documentation of this file.
1
5
6namespace aligator {
7namespace python {
8
9#ifdef ALIGATOR_WITH_PINOCCHIO
10
11//
12// Factor out the Pinocchio dynamics
13//
14
18
25
26#endif
27
28} // namespace python
29} // namespace aligator
The Python bindings.
Definition blk-matrix.hpp:5
bp::object get_namespace(const std::string &name)
Create or retrieve a Python scope (that is, a class or module namespace).
Definition utils.hpp:22
Main package namespace.