M$ Kinect controlling robots!

As Vikesrock mentioned, this would be akin to buying a standard Logitech webcam and writing recognition software for that. There’s nothing special per-se about having the driver with the intent of using it in the same way it’s used for it’s purpose on the 360.

As for using this on the robot, that’s an interesting idea…

The depth measurement (a time-of-flight LIDAR array cleverly built into the CMOS camera) is responsible for much of the capability of the Kinect (using depth to segment you from your surroundings is much faster and more robust than doing it with color/intensity via the RGB camera - otherwise Kinect would fail if you were wearing a white shirt in a white room, for example).

I, personally, am very excited by the commercialization of low-cost depth imagers (Kinect is the most conspicuous example, but several companies and universities around the world are making headway as well). Active depth sensors were the reason why many DARPA Grand and Urban Challenge vehicles were able to succeed - but sensors like the ubiquitous Velodyne HDLs used by many teams run about $75,000:

Sure, Kinect’s sensor doesn’t offer nearly the range, accuracy, or resolution - but for $150, it certainly would be more than good enough on a FIRST robot!

So what I gather from these posts is the Kinect lies somewhere between an ultrasonic sensor and a full LIDAR array in terms of price and capability. Fun.

Given that there’s a very confined space to drive any VRC, FTC, or FRC robot on a competition field, I don’t forsee Kinect revolutionizing the driver’s station any time soon.

Who says it has to be on the robot?
Why not use it as it was designed, and have your drivers be the controllers?

I’d like to see how the IR time of flight measuring works in noisy environments (like say, outside or under stage lights). I’ll have to get my hands on some hardware pretty soon.

Also, if the frame rate is decent enough, you may be able to spin this thing on a vertical axis for Velodyne type readings. We did this with single plane LIDARs (this project: MIT CSAIL Autonomous Forklift), and the results were pretty good.

The cool thing about the depth sensor here is most CV algorithms (edge detectors, feature finders), should just work.

Frame rate is 30 fps according to the technical specs that I have seen floating around.

I’m also very curious as to how it would perform outside. The Microsoft documentation specifically mentions making sure there is no direct sunlight on you or the Kinect when you are using it so there is probably at least some performance degradation.

That’s exactly what I was saying; I realize that it is probably not FIRST-competition reliable but would still be cool in other environments.

Standing far enough back from the controls for Kinect to properly sensor a driver means that driver has to stand at the very rear of the driver’s station. Additionally, both the Driver Coach and the other Driver have to make sure they do not interfere with Kinect’s imaging. Finally, every couple of years the human players are also confined to the driver’s station; thus any of the HP’s movement would have to keep from interfering with the Kinect as well.

By all means file it under ‘neat’ and ‘innovative’ – so long as it’s not within a competition robot driver controls context.

Using it on the driver station would also seem to be in technical violation of the Autonomous rules, where you would be able to use the controls from behind the autonomous driver line.

Thats the working link.

Now how would we change the motors to legal ones?

In theory, the coach could also control the robot, which could be an issue.

The two options I would look at would be ditching the motors altogether or attaching some type of servo powered pan-tilt mount externally. I haven’t yet gotten the chance to pull one apart, but the images I’ve seen seem to suggest that it’s packed pretty tight so fitting a servo inside the base may be difficult or impossible.

Actually I ditch the idea of kinect all together, going back to my old idea which seems like the best way for me

Did you find an explanation somewhere that lead you to believe the Kinetic uses IR time of flight? That approach is generally very expensive but has been done in the approach you are suggesting in the SwissRanger . . . http://www.acroname.com/robotics/parts/R330-SR4000-10M-ETH.html

However, given the price point of the Kinect, I am guessing they are using a triangulation approach similar to that described here: http://en.wikipedia.org/wiki/3D_scanner#Triangulation

This approach is also often referred to as Structured Laser Light Ranging (try a google search - lots of research in this area).

In either case, I believe the FRC rules would have to change to allow the device to be used on the robot because it uses an “exposed laser”. This rule is likely in place for eye safety reasons, but I would love the opportunity for our team to be able to use a ranging device like this on the robot. It opens up all kinds of advanced opportunities for robot intelligence and would put students in the thick of developing cutting edge software.

I sincerely doubt that the rule you cited would be broken by the Kinect… I have to wonder if you actually looked at the product and its intended use.

I can see it breaking the rules about controlling the robot during autonomous though.

It seems like it would be quite hard to separate the driver from people in the background too.

If you are aware, the only potential problems with the Kinect is the illegal motors, may be teh custom circuitry might be illegal.

Remember that the motors are only illegal if you power them.
If you use them as decoration, they’re perfectly legal.
The Kinect is a COTS part, available for less than $400.

Exactly, its wasted money, it only costs about $57 actually manufacture one, which has teh motors, cameras, mics and the casing and ect, which is unneeded. Thats what I meant about over priced. All you need is the cameras, so I am just making my own system

The BOM number being thrown around from TechInsights is an estimate based only on the cost of components. It does not include manufacturing costs, recoup on R&D, retail margins, and any other costs. These types of costs will be included in any COTS solution.

The Kinect works very differently than a pair of cameras set up for stereo vision. It uses an IR projector to illuminate the scene with a dot pattern, the reflections are then observed using an IR Camera. The data from the sensor is then fed into a chip made by a company called PrimeSense that processes that data into the depth image.

I also wanted to address something you posted in the other thread about the Kinect, suggesting that similar things have been around in robotics for a while. I am not aware of any prior solutions that provided depth information with no processing at this resolution (in all 3 dimensions) for anywhere near the $150 price point. If you do know of such a device I would love a link to further info.

I do not want to argue, I said the technology is nothing new, never said the said technology was cheap. The fundamental ideas have been used for quite a long time, in fact, its in the book: http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=10138. The projection of an image is projected onto the object which the camera picks up and processes. Nothing new.

http://www.google.com/url?sa=t&source=web&cd=1&sqi=2&ved=0CBcQFjAA&url=http%3A%2F%2Frobotics.stanford.edu%2F~ang%2Fpapers%2Ficra09-3dSensingMobileManipulation.pdf&rct=j&q=high-accuracy%203d%20sensing%20for%20mobile%20manipulation%20improving%20object%20detection%20and%20door%20opening&ei=Ru3hTOrcL4G-sAOpg7juCg&usg=AFQjCNGKdwQQm3gdK3uR3Vz3Gg48er68eg&sig2=gLHUQIJbvnlZkw3eizNXvg&cad=rja