hpp-constraints
4.9.1
Definition of basic geometric constraints for motion planning
|
#include <boost/math/constants/constants.hpp>
#include <pinocchio/spatial/se3.hpp>
#include <hpp/constraints/fwd.hh>
Go to the source code of this file.
Namespaces | |
hpp | |
hpp::constraints | |
Functions | |
template<typename Derived > | |
void | hpp::constraints::logSO3 (const matrix3_t &R, value_type &theta, Eigen::MatrixBase< Derived > const &result) |
template<typename Derived > | |
void | hpp::constraints::JlogSO3 (const value_type &theta, const Eigen::MatrixBase< Derived > &log, matrix3_t &Jlog) |
template<typename Derived > | |
void | hpp::constraints::logSE3 (const Transform3f &M, Eigen::MatrixBase< Derived > &result) |
template<typename Derived > | |
void | hpp::constraints::JlogSE3 (const Transform3f &M, Eigen::MatrixBase< Derived > const &Jlog) |
template<typename Derived1 , typename Derived2 > | |
void | hpp::constraints::matrixToQuat (const Eigen::MatrixBase< Derived1 > &M, Eigen::MatrixBase< Derived2 > const &q) |
template<typename Derived > | |
void | hpp::constraints::se3ToConfig (const Transform3f &M, Eigen::MatrixBase< Derived > const &q) |