| 1084 | } |
| 1085 | |
| 1086 | inline int FrontierFinder::toadr(const Eigen::Vector3i& idx) { |
| 1087 | return edt_env_->sdf_map_->toAddress(idx); |
| 1088 | } |
| 1089 | |
| 1090 | inline bool FrontierFinder::knownfree(const Eigen::Vector3i& idx) { |
| 1091 | return edt_env_->sdf_map_->getOccupancy(idx) == SDFMap::FREE; |