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

Method getVoxelNum

swarm_exploration/plan_env/src/sdf_map.cpp:522–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522int SDFMap::getVoxelNum() {
523 return mp_->map_voxel_num_[0] * mp_->map_voxel_num_[1] * mp_->map_voxel_num_[2];
524}
525
526bool SDFMap::getBaseCoor(const int& id, Eigen::Vector4d& transform) {
527 if (mp_->no_drone_1_ && id == 1) {

Callers 1

FrontierFinderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected