Im looking into to starting to do some AI programming especially aiming at robots. Creating robots that think and act for themselves. Just wanting some advice on what coding platforms/languages are out there that are best suited to this area?

Im a microsoft developer through and through, so would I be able to accomplish this with the MS Robotics studio at all. Or is that all based on remote control robot development?

Am a little confused because there is so much contradicting information out there. Please help.

Thanks in advance

link|improve this question

75% accept rate
I loved the tag robots.txt you added. – KPL Oct 19 '11 at 3:17
@KPL LuLz, politeness is very important on the internet! Nobody likes a pesky robot! :) – Lirik Oct 19 '11 at 4:00
feedback

1 Answer

up vote 1 down vote accepted

What kind of robotics are you trying to do? (i.e. is it a robot where a laptop or another powerful device might be an acceptable controller? Or are you looking at a small true embedded robot?)

If it's the first, MS Robotics might be right for you. It uses .Net IIRC so there's a nice low entry barrier. If you wanna do something smaller, maybe look at Arduino, which has so much support around its platform that you'll probably find what you need. Arduino uses something very very much like C++.

Regardless of what you choose, find a kit robot. I can't stress this enough. You want to spend time doing AI, not getting hardware to all work correctly.

If you wanna try something weird and interesting, the Parallax Propeller Microcontroller is a relatively cheap arudino-weight processor with 8 cores. Might be nice for AI, where thinking generally is best done in parallel.

link|improve this answer
I have been looking at the lego mindstorm robot as an entry level robot to dip my feet in the robotics water (mindstorms.lego.com/en-us/Default.aspx). Is AI and Mindstorms a possible combination? – Raven Oct 19 '11 at 4:55
That sounds like a very good idea, honestly. The NXT has lots of support and you can use many languages (see here). – semisight Oct 21 '11 at 19:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.