How to detect obstacle position using point cloud data?
Hi Everyone,
I am working on turtlebot and kinect sensor. I want to detect obstacle presence and its position using kinect sensor. How could I do this and I am not using maps. Just want to know whether obstacle is there or not. And if I am going to use point cloud libraries, how can i get obstacle position(X,Y) .
(I am using Ros kinetic version,Ubuntu 16.04 and python as coding language.)