#include "pinocchio/math/fwd.hpp"
#include <casadi/casadi.hpp>
#include <Eigen/Core>
#include "pinocchio/autodiff/casadi/spatial/se3-tpl.hpp"
#include "pinocchio/autodiff/casadi/utils/static-if.hpp"
#include "pinocchio/autodiff/casadi/math/matrix.hpp"
#include "pinocchio/autodiff/casadi/math/quaternion.hpp"
Go to the source code of this file.
|
| template<typename MT , typename Scalar > |
| void | pinocchio::casadi::copy (::casadi::Matrix< Scalar > const &src, Eigen::MatrixBase< MT > &dst) |
| |
| template<typename MT , typename Scalar > |
| void | pinocchio::casadi::copy (Eigen::MatrixBase< MT > const &src, ::casadi::Matrix< Scalar > &dst) |
| |
| bool | casadi::operator|| (const bool x, const casadi::Matrix< SXElem > &) |
| |
| template<typename MatrixDerived > |
| void | pinocchio::casadi::sym (const Eigen::MatrixBase< MatrixDerived > &eig_mat, std::string const &name) |
| |
◆ PINOCCHIO_WITH_CASADI_SUPPORT
| #define PINOCCHIO_WITH_CASADI_SUPPORT |