State class representing the state of the Biased Attitude System. More...
#include <ABC.h>
Public Member Functions | |
Vector | localCoordinates (const State< N > &other) const |
State | retract (const Vector &v) const |
State (const Rot3 &R=Rot3::Identity(), const Vector3 &b=Vector3::Zero(), const std::array< Rot3, N > &S=std::array< Rot3, N >{}) | |
Constructor. More... | |
Static Public Member Functions | |
static State | identity () |
Identity function. More... | |
Public Attributes | |
Vector3 | b |
Rot3 | R |
std::array< Rot3, N > | S |
State class representing the state of the Biased Attitude System.
|
inline |
|
inlinestatic |
|
inline |
|
inline |
Vector3 gtsam::abc_eqf_lib::State< N >::b |
Rot3 gtsam::abc_eqf_lib::State< N >::R |
std::array<Rot3, N> gtsam::abc_eqf_lib::State< N >::S |