| 600 | } |
| 601 | |
| 602 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected