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

Method getResolution

swarm_exploration/plan_env/src/sdf_map.cpp:518–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518double SDFMap::getResolution() {
519 return mp_->resolution_;
520}
521
522int SDFMap::getVoxelNum() {
523 return mp_->map_voxel_num_[0] * mp_->map_voxel_num_[1] * mp_->map_voxel_num_[2];

Callers 11

initGridDataMethod · 0.45
updateGridInfoMethod · 0.45
calcInformationGainMethod · 0.45
calcInfoGainMethod · 0.45
FrontierFinderMethod · 0.45
downsampleMethod · 0.45
setEDTEnvironmentMethod · 0.45
setMapMethod · 0.45
initializeMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected