Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
TEST_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
79
TEST_F(CylinderTest, DistanceToModel)
80
{
Callers
nothing calls this directly
Calls
3
Cylinder
Class · 0.85
distance
Method · 0.45
project
Method · 0.45
Tested by
no test coverage detected