English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i am a programmer?? i have heared visual prolog as a gud robotics programming language.... so wat programming language is best suited for robotics......

2007-12-20 20:58:30 · 4 answers · asked by slato 1 in Computers & Internet Programming & Design

4 answers

I guess it would depend what kind of CPU or microcontroller you decide to use. I heard that Prolog is great for artificial intelligence and we had to learn it in a paradigms class; however, I still preferred using an imperative or OO language like C/C++. The first robot we had to build we used the BASIC Stamp microcontroller which has a BASIC interpreter built into the ROM: http://en.wikipedia.org/wiki/BASIC_Stamp. This was easy to use, since we could control the servos, bumper sensors, and sonar sensors using the BASIC programming language. If you use a more complex microcontroller like ColdFire from Freescale, the IDE supports C and assembly language.

So basically I would say it depends on what kind of hardware you use.

2007-12-20 22:15:30 · answer #1 · answered by Anonymous · 0 0

C or Assembly language, depending on the complexity of the robot.

2007-12-20 21:13:00 · answer #2 · answered by inclusive_disjunction 7 · 0 0

You can use C++ and assemble to program processors to control a robot. However, if you need more complicated control, you need to write your own Virtual Machine. Then, you need Java.

Please visit http://www.sun.com

2007-12-20 22:17:12 · answer #3 · answered by giginotgigi 7 · 0 0

I don't know what it's all about (I came across it when I was looking for something else), but maybe this is interesting to you?

http://www.microsoft.com/express/hardwaredevelopment/

2007-12-20 21:31:34 · answer #4 · answered by Uninformed hence not consenting 7 · 0 0

fedest.com, questions and answers