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 
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 }
void exposeSolvers()
void EIGENPY_DLLAPI exposeQuaternion()
void EIGENPY_DLLAPI enableEigenPy()
void exposeRobots()
void exposeContact()
void exposeTasks()
BOOST_PYTHON_MODULE(tsid_pywrap)
Definition: module.cpp:33
Eigen::Matrix< double, 6, Eigen::Dynamic > Matrix6x
Eigen::Matrix< Scalar, 3, Eigen::Dynamic > Matrix3x
Definition: math/fwd.hpp:42
void EIGENPY_DLLAPI exposeAngleAxis()


tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Sun Jul 2 2023 02:21:51