feat: implement 3D AABB overlap check for ICP registration
This commit is contained in:
@@ -131,6 +131,9 @@ def extract_scene_points(
|
||||
vertical_pts = points_world[vertical_mask]
|
||||
|
||||
if len(vertical_pts) == 0:
|
||||
logger.warning(
|
||||
"No vertical structure found in hybrid mode, falling back to floor points"
|
||||
)
|
||||
return floor_pts
|
||||
|
||||
# Combine unique points (though sets are disjoint by definition of mask vs band?
|
||||
|
||||
Reference in New Issue
Block a user