Getting started with ROS and Kinect?
Hi all!
I'd consider myself a pretty decent programmer, but I have no idea how to get started with ROS and Kinect. Does ROS have anything that makes it easier - For example, the ability to work with a 3d model of the world around the Kinect with programming? Right now, I just check the distance of the pixels on either side of the kinect and check if they're too close, which is rather crude. I'd much rather have an SDK or something to help, so I don't have to write all the code from scratch. My end goal is a robot where I can enter 2 points and have it get from point A to point B, avoiding any obstacles along the way. Ideally, point A and B could be miles apart(GPS)
So, how do I get started?