MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/SOAR / get_lidar_ChunkBoxes

Method get_lidar_ChunkBoxes

src/planner/plan_env/src/multi_map_manager.cpp:602–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602void MultiMapManager::get_lidar_ChunkBoxes(Eigen::Vector3d& min, Eigen::Vector3d& max, bool reset)
603{
604 min = chunk_boxes_[0].min_;
605 max = chunk_boxes_[0].max_;
606}
607
608// MultiMapManager::
609} // namespace hetero_planner

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected