GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Classes | Namespaces | Macros | Typedefs
Quaternion.h File Reference

Lie Group wrapper for Eigen Quaternions. More...

#include <gtsam/base/Lie.h>
#include <gtsam/base/concepts.h>
#include <gtsam/geometry/SO3.h>
#include <limits>
#include <iostream>
Include dependency graph for Quaternion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  gtsam::traits< QUATERNION_TYPE >
 

Namespaces

 gtsam
 

Macros

#define QUATERNION_TYPE   Eigen::Quaternion<_Scalar,_Options>
 

Typedefs

typedef Eigen::Quaternion< double, Eigen::DontAlign > gtsam::Quaternion
 

Detailed Description

Lie Group wrapper for Eigen Quaternions.

Author
Frank Dellaert