is_occupied_at(1.05, 0.05, 0.05)
Some(true)
the wall the ray hit
is_occupied_at(0.55, 0.05, 0.05)
Some(false)
swept clear by the ray
is_occupied_at(5.05, 0.05, 0.05)
None
never observed
Occupancy is Option<bool>, so unknown cannot be mistaken for free.
The compiler makes you handle the third case.
octomap-core 0.1.0
deps: 0
std only
no C++ in the build