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

Method getUpdatedBox

swarm_exploration/plan_env/src/sdf_map.cpp:554–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void SDFMap::getUpdatedBox(Eigen::Vector3d& bmin, Eigen::Vector3d& bmax, bool reset) {
555 bmin = md_->update_min_;
556 bmax = md_->update_max_;
557 if (reset) md_->reset_updated_box_ = true;
558}
559
560double SDFMap::getDistWithGrad(const Eigen::Vector3d& pos, Eigen::Vector3d& grad) {
561 if (!isInMap(pos)) {

Callers 3

updateGridDataMethod · 0.80
searchFrontiersMethod · 0.80
isFrontierCoveredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected