module.cpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2018 CNRS
3 //
4 // This file is part of tsid
5 // tsid is free software: you can redistribute it
6 // and/or modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation, either version
8 // 3 of the License, or (at your option) any later version.
9 // tsid is distributed in the hope that it will be
10 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // General Lesser Public License for more details. You should have
13 // received a copy of the GNU Lesser General Public License along with
14 // tsid If not, see
15 // <http://www.gnu.org/licenses/>.
16 //
17 
19 #include <eigenpy/geometry.hpp>
20 
29 
30 namespace bp = boost::python;
31 using namespace tsid::python;
32 
33 BOOST_PYTHON_MODULE(tsid_pywrap) {
37 
38  typedef Eigen::Matrix<double, 6, 6> Matrix6d;
39  typedef Eigen::Matrix<double, 6, 1> Vector6d;
40  typedef Eigen::Matrix<double, 6, Eigen::Dynamic> Matrix6x;
41  typedef Eigen::Matrix<double, 3, Eigen::Dynamic> Matrix3x;
42 
43  eigenpy::enableEigenPySpecific<Matrix6d>();
44  eigenpy::enableEigenPySpecific<Vector6d>();
45  eigenpy::enableEigenPySpecific<Matrix6x>();
46  eigenpy::enableEigenPySpecific<Matrix3x>();
47  eigenpy::enableEigenPySpecific<Eigen::MatrixXd>();
48  eigenpy::enableEigenPySpecific<Eigen::Vector3d>();
49 
50  exposeRobots();
52  exposeContact();
54  exposeTasks();
55  exposeSolvers();
58 }
eigenpy::exposeAngleAxis
void EIGENPY_DLLAPI exposeAngleAxis()
boost::python
tsid::python::exposeRobots
void exposeRobots()
Definition: expose-robots.hpp:26
eigenpy::exposeQuaternion
void EIGENPY_DLLAPI exposeQuaternion()
tsid::python::exposeContact
void exposeContact()
Definition: expose-contact.hpp:33
eigenpy::enableEigenPy
void EIGENPY_DLLAPI enableEigenPy()
tsid::python
Definition: bindings/python/constraint/constraint-bound.cpp:22
tsid::python::exposeFormulations
void exposeFormulations()
Definition: expose-formulations.hpp:27
tsid::math::Matrix3x
Eigen::Matrix< Scalar, 3, Eigen::Dynamic > Matrix3x
Definition: math/fwd.hpp:42
expose-tasks.hpp
expose-formulations.hpp
tsid::python::exposeConstraints
void exposeConstraints()
Definition: expose-constraints.hpp:29
expose-solvers.hpp
BOOST_PYTHON_MODULE
BOOST_PYTHON_MODULE(tsid_pywrap)
Definition: module.cpp:33
expose-constraints.hpp
tsid::python::exposeTrajectories
void exposeTrajectories()
Definition: expose-trajectories.hpp:31
tsid::python::exposeTasks
void exposeTasks()
Definition: expose-tasks.hpp:45
expose-robots.hpp
Matrix6x
Eigen::Matrix< double, 6, Eigen::Dynamic > Matrix6x
tsid::python::exposeMathUtils
void exposeMathUtils()
Definition: bindings/python/math/utils.cpp:37
tsid::python::exposeSolvers
void exposeSolvers()
Definition: expose-solvers.hpp:38
utils.hpp
expose-contact.hpp
fwd.hpp
expose-trajectories.hpp
geometry.hpp


tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Thu Apr 3 2025 02:47:15