diff --git a/stretch_demos/nodes/place_point b/stretch_demos/nodes/place_point index 080dce2..472fc23 100755 --- a/stretch_demos/nodes/place_point +++ b/stretch_demos/nodes/place_point @@ -75,6 +75,9 @@ class PlacePointNode(hm.HelloNode): if surface_mask is None: return + if self.location_above_surface_m is None: + print('WARN: cannot find placement target') + return placement_target = sm.find_placement_target_on_surface(surface_mask, self.location_above_surface_m, self.manip.max_height_im) if placement_target is None: return