| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected