Indentation
parent
a7a5e5e816
commit
94f986bbe7
|
|
@ -12,6 +12,12 @@
|
||||||
|
|
||||||
using namespace gtsam;
|
using namespace gtsam;
|
||||||
|
|
||||||
|
/* ************************************************************************* */
|
||||||
|
//TEST(Pose2, print) {
|
||||||
|
// Pose2 pose(Point2(1.0,2.0), Rot2(3.0));
|
||||||
|
// pose.print("thepose");
|
||||||
|
//}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
TEST(Pose2, constructors) {
|
TEST(Pose2, constructors) {
|
||||||
Point2 p;
|
Point2 p;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue