#include <gtsam/navigation/NavState.h>
Go to the source code of this file.
Namespaces | |
gtsam | |
traits | |
Macros | |
#define | D_R_R(H) (H)->block<3,3>(0,0) |
#define | D_R_t(H) (H)->block<3,3>(0,3) |
#define | D_R_v(H) (H)->block<3,3>(0,6) |
#define | D_t_R(H) (H)->block<3,3>(3,0) |
#define | D_t_t(H) (H)->block<3,3>(3,3) |
#define | D_t_v(H) (H)->block<3,3>(3,6) |
#define | D_v_R(H) (H)->block<3,3>(6,0) |
#define | D_v_t(H) (H)->block<3,3>(6,3) |
#define | D_v_v(H) (H)->block<3,3>(6,6) |
#define | TIE(R, t, v, x) const Rot3& R = (x).R_;const Point3& t = (x).t_;const Velocity3& v = (x).v_; |
Functions | |
ostream & | gtsam::operator<< (ostream &os, const NavState &state) |
Definition at line 160 of file NavState.cpp.
Definition at line 161 of file NavState.cpp.
Definition at line 162 of file NavState.cpp.
Definition at line 163 of file NavState.cpp.
Definition at line 164 of file NavState.cpp.
Definition at line 165 of file NavState.cpp.
Definition at line 166 of file NavState.cpp.
Definition at line 167 of file NavState.cpp.
Definition at line 168 of file NavState.cpp.