small_gicp
Namespaces | Functions
lie.hpp File Reference
#include <Eigen/Core>
#include <Eigen/Geometry>
Include dependency graph for lie.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 small_gicp
 

Functions

Eigen::Matrix3d small_gicp::skew (const Eigen::Vector3d &x)
 Create skew symmetric matrix. More...
 
Eigen::Quaterniond small_gicp::so3_exp (const Eigen::Vector3d &omega)
 SO3 expmap. More...
 
Eigen::Isometry3d small_gicp::se3_exp (const Eigen::Matrix< double, 6, 1 > &a)
 SE3 expmap (Rotation-first). More...