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

Method sloam

sloam/src/core/sloam.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5
6 sloam::sloam()
7 {
8 // Initialize the map parameters
9 T_Map_Anchor_ = SE3();
10 firstScan_ = true;
11 minPlanes_ = (fmParams_.groundRadiiBins*fmParams_.groundThetaBins)*0.1;
12 }
13
14 std::vector<Plane> sloam::getPrevGroundModel()
15 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected