#include <gtsam/base/Vector.h>
#include <gtsam/nonlinear/PriorFactor.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (PriorFactor, ConstructorScalar) | |
TEST (PriorFactor, ConstructorVector3) | |
TEST (PriorFactor, ConstructorDynamicSizeVector) | |
int main | ( | void | ) |
Definition at line 37 of file testPriorFactor.cpp.
TEST | ( | PriorFactor | , |
ConstructorScalar | |||
) |
Definition at line 18 of file testPriorFactor.cpp.
TEST | ( | PriorFactor | , |
ConstructorVector3 | |||
) |
Definition at line 24 of file testPriorFactor.cpp.
TEST | ( | PriorFactor | , |
ConstructorDynamicSizeVector | |||
) |
Definition at line 30 of file testPriorFactor.cpp.