MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / TEST_F

Function TEST_F

sloam/src/tests/cylinder_test.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69TEST_F(CylinderTest, Initalizes)
70{
71
72 for (auto l : landmarks)
73 {
74 auto c = Cylinder(l, *plane, params);
75 }
76 EXPECT_TRUE(true);
77}
78
79TEST_F(CylinderTest, DistanceToModel)
80{

Callers

nothing calls this directly

Calls 3

CylinderClass · 0.85
distanceMethod · 0.45
projectMethod · 0.45

Tested by

no test coverage detected