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

Method MapManager

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

Source from the content-addressed store, hash-verified

1#include <mapManager.h>
2
3MapManager::MapManager(const float searchRadius){
4 sqSearchRadius = searchRadius*searchRadius;
5 landmarks_.reset(new CloudT);
6}
7
8void MapManager::updateMap(std::vector<Cylinder>& obs_tms, const std::vector<int>& matches){
9 // for(auto i = 0; i < matches.size(); i++){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected