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

Method resetBuffer

swarm_exploration/plan_env/src/sdf_map.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void SDFMap::resetBuffer() {
140 resetBuffer(mp_->map_min_boundary_, mp_->map_max_boundary_);
141 md_->local_bound_min_ = Eigen::Vector3i::Zero();
142 md_->local_bound_max_ = mp_->map_voxel_num_ - Eigen::Vector3i::Ones();
143}
144
145void SDFMap::resetBuffer(const Eigen::Vector3d& min_pos, const Eigen::Vector3d& max_pos) {
146 Eigen::Vector3i min_id, max_id;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64