pinocchio
3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
Loading...
Searching...
No Matches
mjcf.hpp
1
//
2
// Copyright (c) 2024 INRIA
3
//
4
5
#ifndef __pinocchio_python_parsers_mjcf_hpp__
6
#define __pinocchio_python_parsers_mjcf_hpp__
7
8
namespace
pinocchio
9
{
10
namespace
python
11
{
12
void
exposeMJCFModel();
13
void
exposeMJCFGeom();
14
15
inline
void
exposeMJCFParser()
16
{
17
exposeMJCFModel();
18
exposeMJCFGeom();
19
}
20
}
// namespace python
21
}
// namespace pinocchio
22
23
#endif
// ifndef __pinocchio_python_parsers_mjcf_hpp__
pinocchio
Main pinocchio namespace.
Definition
treeview.dox:11
include
pinocchio
bindings
python
parsers
mjcf.hpp
Generated by
1.9.8