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

Method getCenter

swarm_exploration/active_perception/src/hgrid.cpp:428–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428Eigen::Vector3d HGrid::getCenter(const int& id) {
429 return getGrid(id).center_;
430}
431
432GridInfo& HGrid::getGrid(const int& id) {
433 int grid_num1 = grid1_->grid_data_.size();

Callers 1

allocateGridsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected