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

Method setupParams

sloam/src/tests/plane_test.cpp:28–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void setupParams()
29 {
30
31 params.scansPerSweep = 1;
32 params.maxLidarDist = 15.0;
33 params.maxGroundLidarDist = 30.0;
34 params.minGroundLidarDist = 0.0;
35
36 params.groundRadiiBins = 1;
37 params.groundThetaBins = 18;
38 params.groundMatchThresh = 2.0;
39 params.groundRetainThresh = 0.1;
40 params.numGroundFeatures = 1;
41
42 params.maxTreeRadius = 0.3;
43 params.maxAxisTheta = 10;
44 params.maxFocusOutlierDistance = 0.5;
45 params.roughTreeMatchThresh = 3.0;
46 params.treeMatchThresh = 1.0;
47
48 params.AddNewTreeThreshDist = 2.0;
49
50 params.featuresPerTree = 2;
51 params.defaultTreeRadius = 0.1;
52 }
53
54 FeatureModelParams params;
55};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected