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

Method setupParams

sloam/src/tests/cylinder_test.cpp:38–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void setupParams()
39 {
40
41 params.scansPerSweep = 1;
42 params.maxLidarDist = 30.0;
43 params.maxGroundLidarDist = 30.0;
44 params.minGroundLidarDist = 0.0;
45
46 params.groundRadiiBins = 1;
47 params.groundThetaBins = 1;
48 params.groundMatchThresh = 2.0;
49 params.groundRetainThresh = 0.1;
50
51 params.maxTreeRadius = 0.3;
52 params.maxAxisTheta = 10;
53 params.maxFocusOutlierDistance = 0.5;
54 params.roughTreeMatchThresh = 3.0;
55 params.treeMatchThresh = 1.0;
56
57 params.AddNewTreeThreshDist = 2.0;
58
59 params.featuresPerTree = 2;
60 params.numGroundFeatures = 3;
61 params.defaultTreeRadius = 0.1;
62 }
63
64 std::vector<std::vector<TreeVertex>> landmarks;
65 FeatureModelParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected