27 using namespace gtsam;
Concept check for values that can be used in unit tests.
static int runAllTests(TestResult &result)
Point2 prior(const Point2 &x)
Prior on a single pose.
Point2 odo(const Point2 &x1, const Point2 &x2)
odometry between two poses
bool assert_equal(const Matrix &expected, const Matrix &actual, double tol)
Some functions to compute numerical derivatives.
Pose3 x2(Rot3::Ypr(0.0, 0.0, 0.0), l2)
internal::FixedSizeMatrix< Y, X >::type numericalDerivative11(std::function< Y(const X &)> h, const X &x, double delta=1e-5)
New-style numerical derivatives using manifold_traits.
internal::FixedSizeMatrix< Y, X1 >::type numericalDerivative21(const std::function< Y(const X1 &, const X2 &)> &h, const X1 &x1, const X2 &x2, double delta=1e-5)
#define EXPECT(condition)
Array< double, 1, 3 > e(1./3., 0.5, 2.)
measurement functions and derivatives for simulated 2D robot
internal::FixedSizeMatrix< Y, X2 >::type numericalDerivative22(std::function< Y(const X1 &, const X2 &)> h, const X1 &x1, const X2 &x2, double delta=1e-5)
void insert(Key j, const Value &val)
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
TEST(simulated2D, Simulated2DValues)