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

Method setupParams

sloam/src/tests/core_test.cpp:94–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void setupParams()
95 {
96
97 params.scansPerSweep = 1;
98 params.maxLidarDist = 15.0;
99 params.maxGroundLidarDist = 30.0;
100 params.minGroundLidarDist = 0.0;
101
102 params.groundRadiiBins = 1;
103 params.groundThetaBins = 18;
104 params.groundMatchThresh = 2.0;
105 params.groundRetainThresh = 0.05;
106
107 params.maxTreeRadius = 0.3;
108 params.maxAxisTheta = 10;
109 params.maxFocusOutlierDistance = 0.5;
110 params.roughTreeMatchThresh = 3.0;
111 params.treeMatchThresh = 1.0;
112
113 params.AddNewTreeThreshDist = 2.0;
114
115
116 params.featuresPerTree = 2;
117 params.numGroundFeatures = 60;
118 params.defaultTreeRadius = 0.1;
119 }
120
121 SloamInput t0Input;
122 SloamInput t1Input;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected