#include <AttitudeFactor.h>

Public Member Functions | |
| Vector | attitudeError (const Rot3 &p, OptionalJacobian< 2, 3 > H={}) const |
| AttitudeFactor () | |
| AttitudeFactor (const Unit3 &nZ, const Unit3 &bRef=Unit3(0, 0, 1)) | |
| Constructor. More... | |
| const Unit3 & | bRef () const |
| const Unit3 & | nZ () const |
Protected Attributes | |
| Unit3 | bRef_ |
| Position measurement in. More... | |
| Unit3 | nZ_ |
Base class for prior on attitude Example:
Definition at line 34 of file AttitudeFactor.h.
|
inline |
default constructor - only use for serialization
Definition at line 43 of file AttitudeFactor.h.
|
inline |
Constructor.
| nZ | measured direction in navigation frame |
| bRef | reference direction in body frame (default Z-axis in NED frame, i.e., [0; 0; 1]) |
Definition at line 51 of file AttitudeFactor.h.
| Vector gtsam::AttitudeFactor::attitudeError | ( | const Rot3 & | p, |
| OptionalJacobian< 2, 3 > | H = {} |
||
| ) | const |
vector of errors
Definition at line 26 of file AttitudeFactor.cpp.
|
inline |
Definition at line 62 of file AttitudeFactor.h.
|
inline |
Definition at line 59 of file AttitudeFactor.h.
|
protected |
Position measurement in.
Definition at line 38 of file AttitudeFactor.h.
|
protected |
Definition at line 38 of file AttitudeFactor.h.