#include <gtsam/geometry/Rot3.h>
#include <gtsam/linear/NoiseModel.h>
#include <gtsam/navigation/NavState.h>
#include <gtsam/navigation/expressions.h>
#include <gtsam/nonlinear/Values.h>
#include <gtsam/slam/expressions.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (Expressions, Position) | |
TEST (Expressions, Velocity) | |
Variables | |
Expression< NavState > | wXb_ (42) |
int main | ( | ) |
Definition at line 58 of file testNavExpressions.cpp.
TEST | ( | Expressions | , |
Position | |||
) |
Definition at line 35 of file testNavExpressions.cpp.
TEST | ( | Expressions | , |
Velocity | |||
) |
Definition at line 46 of file testNavExpressions.cpp.
Expression<NavState> wXb_(42) |