unit tests for testFactorJacobians and testExpressionJacobians More...
#include <gtsam/geometry/Pose3.h>
#include <gtsam/nonlinear/expressions.h>
#include <gtsam/nonlinear/expressionTesting.h>
#include <gtsam/slam/expressions.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Classes | |
class | ScaledVelocityFunctor |
Functions | |
Vector3 | bodyVelocity (const Pose3 &w_t_b, const Vector3 &vec_w, OptionalJacobian< 3, 6 > Hpose={}, OptionalJacobian< 3, 3 > Hvel={}) |
int | main () |
TEST (ExpressionTesting, Issue16) | |
unit tests for testFactorJacobians and testExpressionJacobians
Definition in file testFactorTesting.cpp.
Vector3 bodyVelocity | ( | const Pose3 & | w_t_b, |
const Vector3 & | vec_w, | ||
OptionalJacobian< 3, 6 > | Hpose = {} , |
||
OptionalJacobian< 3, 3 > | Hvel = {} |
||
) |
Definition at line 29 of file testFactorTesting.cpp.
int main | ( | void | ) |
Definition at line 102 of file testFactorTesting.cpp.
TEST | ( | ExpressionTesting | , |
Issue16 | |||
) |
Definition at line 69 of file testFactorTesting.cpp.