Navigation state composing of attitude, position, and velocity. More...
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) |
Functions | |
std::ostream & | gtsam::operator<< (std::ostream &os, const NavState &state) |
Navigation state composing of attitude, position, and velocity.
Definition in file NavState.cpp.
Definition at line 317 of file NavState.cpp.
Definition at line 318 of file NavState.cpp.
Definition at line 319 of file NavState.cpp.
Definition at line 320 of file NavState.cpp.
Definition at line 321 of file NavState.cpp.
Definition at line 322 of file NavState.cpp.
Definition at line 323 of file NavState.cpp.
Definition at line 324 of file NavState.cpp.
Definition at line 325 of file NavState.cpp.