Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
518
double SDFMap::getResolution() {
519
return mp_->resolution_;
520
}
521
522
int SDFMap::getVoxelNum() {
523
return mp_->map_voxel_num_[0] * mp_->map_voxel_num_[1] * mp_->map_voxel_num_[2];
Callers
11
initGridData
Method · 0.45
updateGridInfo
Method · 0.45
calcInformationGain
Method · 0.45
calcInfoGain
Method · 0.45
FrontierFinder
Method · 0.45
downsample
Method · 0.45
setEDTEnvironment
Method · 0.45
precomputeForVisibility
Method · 0.45
setMap
Method · 0.45
initialize
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected