Detecting positive/negative obstacles with a lidar
I want the robot to be able to detect positive obstacles like poles/humans but also negative obstacles like a hole in the road. I have a tilted lidar that produces a point cloud of the area in front of the robot. I don't have much experience mapping with a lidar so what is normally the best practice for detecting both of these obstacles?
Would it be feasible to use a single lidar for both or would it be better to use a planar/horizontal lidar for detecting positive obstacles in front of the robot and a different sensor for detecting the negative obstacles?