pinocchio  3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
 
Loading...
Searching...
No Matches
path.hpp
1//
2// Copyright (c) 2024 CNRS
3//
4
5#ifndef __pinocchio_python_utils_path_hpp__
6#define __pinocchio_python_utils_path_hpp__
7
8#include "pinocchio/bindings/python/fwd.hpp"
9
10namespace pinocchio
11{
12 namespace python
13 {
14
15 namespace bp = boost::python;
16
20 std::string path(const bp::object & path);
21
25 std::vector<std::string> pathList(const bp::object & path_list);
26 } // namespace python
27} // namespace pinocchio
28
29#endif // ifndef __pinocchio_python_utils_path_hpp__
Main pinocchio namespace.
Definition treeview.dox:11