#include <Eigen/Core>
#include "pinocchio/spatial/se3.hpp"
#include "pinocchio/spatial/explog.hpp"
Go to the source code of this file.
|
template<typename SE3Type > |
const Eigen::Matrix< double, 6, 1 > | robotoc::Log6Map (const SE3Type &SE3_obj) |
| Applies Log6 map that transforms the SE3 into 6-dimensional vector. More...
|
|
template<typename SE3Type , typename MatrixType > |
void | robotoc::computeJLog6Map (const SE3Type &SE3_obj, const Eigen::MatrixBase< MatrixType > &J) |
| Computes the Jacobian of the Log6 map. More...
|
|