MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/RACER / setMap

Method setMap

swarm_exploration/plan_env/src/edt_environment.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void EDTEnvironment::setMap(shared_ptr<SDFMap>& map) {
11 this->sdf_map_ = map;
12 resolution_inv_ = 1 / sdf_map_->getResolution();
13}
14
15void EDTEnvironment::setObjPrediction(ObjPrediction prediction) {
16 this->obj_prediction_ = prediction;

Callers

nothing calls this directly

Calls 1

getResolutionMethod · 0.45

Tested by

no test coverage detected