removed extra blank space in testLine3
parent
44460192e1
commit
479d619573
|
|
@ -22,7 +22,6 @@ TEST(Line3, equals) {
|
||||||
EXPECT(!l.equals(l2));
|
EXPECT(!l.equals(l2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// testing localCoordinates along 4 dimensions
|
// testing localCoordinates along 4 dimensions
|
||||||
TEST(Line3, localCoordinates) {
|
TEST(Line3, localCoordinates) {
|
||||||
// l1 and l differ only in a_
|
// l1 and l differ only in a_
|
||||||
|
|
@ -109,7 +108,6 @@ TEST(Line3, transformToExpressionJacobians) {
|
||||||
EXPECT_CORRECT_FACTOR_JACOBIANS(f, val, 1e-5, 1e-7);
|
EXPECT_CORRECT_FACTOR_JACOBIANS(f, val, 1e-5, 1e-7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// projection in camera frame test
|
// projection in camera frame test
|
||||||
TEST(Line3, projection) {
|
TEST(Line3, projection) {
|
||||||
Rot3 r = Rot3::Expmap(Vector3(0, 0, 0));
|
Rot3 r = Rot3::Expmap(Vector3(0, 0, 0));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue