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

Method toadr

swarm_exploration/active_perception/src/frontier_finder.cpp:1086–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

toAddressMethod · 0.80

Tested by

no test coverage detected