pinocchio
3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
Loading...
Searching...
No Matches
python.hpp
1
//
2
// Copyright (c) 2015-2023 CNRS INRIA
3
//
4
5
#ifndef __pinocchio_parser_python_hpp__
6
#define __pinocchio_parser_python_hpp__
7
8
#include "pinocchio/python_parser/config.hpp"
9
#include "pinocchio/multibody/model.hpp"
10
11
namespace
pinocchio
12
{
13
namespace
python
14
{
24
// TODO: look inside the context of Python and find an occurence of object Model
25
PINOCCHIO_PYTHON_PARSER_DLLAPI
26
Model buildModel(
const
std::string & filename,
const
std::string & var_name =
"model"
);
27
28
}
// namespace python
29
30
}
// namespace pinocchio
31
32
#endif
// ifndef __pinocchio_parser_python_hpp__
pinocchio
Main pinocchio namespace.
Definition
treeview.dox:11
include
pinocchio
parsers
python.hpp
Generated by
1.9.8