Cheetah Software  1.0
OrientationEstimator.h File Reference

All Orientation Estimation Algorithms. More...

+ Include dependency graph for OrientationEstimator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CheaterOrientationEstimator< T >
 
class  VectorNavOrientationEstimator< T >
 

Detailed Description

All Orientation Estimation Algorithms.

This file will contain all orientation algorithms. Orientation estimators should compute:

  • orientation: a quaternion representing orientation
  • rBody: coordinate transformation matrix (satisfies vBody = Rbody * vWorld)
  • omegaBody: angular velocity in body frame
  • omegaWorld: angular velocity in world frame
  • rpy: roll pitch yaw

Definition in file OrientationEstimator.h.