Time Pose2 geometry. More...
Go to the source code of this file.
Macros | |
#define | TEST(TITLE, STATEMENT) |
Functions | |
int | main () |
Pose2 | Pose2betweenDefault (const Pose2 &r1, const Pose2 &r2) |
Vector | Pose2BetweenFactorEvaluateErrorDefault (const Pose2 &measured, const Pose2 &p1, const Pose2 &p2, boost::optional< Matrix & > H1, boost::optional< Matrix & > H2) |
Vector | Pose2BetweenFactorEvaluateErrorOptimizedBetween (const Pose2 &measured, const Pose2 &p1, const Pose2 &p2, boost::optional< Matrix & > H1, boost::optional< Matrix & > H2) |
Vector | Pose2BetweenFactorEvaluateErrorOptimizedBetweenFixed (const Pose2 &measured, const Pose2 &p1, const Pose2 &p2, boost::optional< Matrix3 & > H1, boost::optional< Matrix3 & > H2) |
Pose2 | Pose2betweenOptimized (const Pose2 &r1, const Pose2 &r2, boost::optional< Matrix & > H1=boost::none, boost::optional< Matrix & > H2=boost::none) |
Pose2 | Pose2betweenOptimized (const Pose2 &r1, const Pose2 &r2, boost::optional< Matrix3 & > H1, boost::optional< Matrix3 & > H2) |
Time Pose2 geometry.
Definition in file timePose2.cpp.
#define TEST | ( | TITLE, | |
STATEMENT | |||
) |
Definition at line 27 of file timePose2.cpp.
int main | ( | void | ) |
Definition at line 134 of file timePose2.cpp.
Definition at line 34 of file timePose2.cpp.
Vector Pose2BetweenFactorEvaluateErrorDefault | ( | const Pose2 & | measured, |
const Pose2 & | p1, | ||
const Pose2 & | p2, | ||
boost::optional< Matrix & > | H1, | ||
boost::optional< Matrix & > | H2 | ||
) |
Definition at line 106 of file timePose2.cpp.
Vector Pose2BetweenFactorEvaluateErrorOptimizedBetween | ( | const Pose2 & | measured, |
const Pose2 & | p1, | ||
const Pose2 & | p2, | ||
boost::optional< Matrix & > | H1, | ||
boost::optional< Matrix & > | H2 | ||
) |
Definition at line 115 of file timePose2.cpp.
Vector Pose2BetweenFactorEvaluateErrorOptimizedBetweenFixed | ( | const Pose2 & | measured, |
const Pose2 & | p1, | ||
const Pose2 & | p2, | ||
boost::optional< Matrix3 & > | H1, | ||
boost::optional< Matrix3 & > | H2 | ||
) |
Definition at line 124 of file timePose2.cpp.
Pose2 Pose2betweenOptimized | ( | const Pose2 & | r1, |
const Pose2 & | r2, | ||
boost::optional< Matrix & > | H1 = boost::none , |
||
boost::optional< Matrix & > | H2 = boost::none |
||
) |
Definition at line 39 of file timePose2.cpp.
Pose2 Pose2betweenOptimized | ( | const Pose2 & | r1, |
const Pose2 & | r2, | ||
boost::optional< Matrix3 & > | H1, | ||
boost::optional< Matrix3 & > | H2 | ||
) |
Definition at line 72 of file timePose2.cpp.