#include "pinocchio/bindings/python/fwd.hpp"
#include <eigenpy/std-vector.hpp>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
eigenpy | |
pinocchio | |
Main pinocchio namespace. | |
pinocchio::python | |
Typedefs | |
template<class vector_type , bool NoProxy = false, bool EnableFromPythonListConverter = true, bool pickable = true> | |
using | pinocchio::python::StdVectorPythonVisitor = eigenpy::StdVectorPythonVisitor< vector_type, NoProxy, EnableFromPythonListConverter, pickable > |