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

2007-02-26 06:58:26 · 3 answers · asked by john s 1 in Computers & Internet Programming & Design

3 answers

Need much more info.
What platform is the robot built on
What chipset will you be using
What type of program are you looking at creating.

2007-02-26 07:10:22 · answer #1 · answered by Master J 4 · 0 0

first research how people program bios chips, once you got that down , and you can program a small watch, you can use some BASIC although the robot will have limited base logic.

dim ROBOT as object
If ROBOT = 1 then
msgbox "robot activated"
else
msgbox "Robot not activated"
end

a good language may be C++,

have phun

Codeseeker

2007-02-26 07:15:51 · answer #2 · answered by Anonymous · 0 0

It depends what the robot has to do. Does it have to act in real world ? if no than it is a thibking robot, that is a robot that only thinks and does nothing else than that. Its is suprisingly easy to write a program that only thinks : here is one in the java language

class Thinker extends Thread {
public static void int main (String args[]) {
while(true) {
Thread.sleep();
}
}

For robots that interact with the humanoid environment things get complicated , you need to read low-level sensors and control mechanical devices for the arms of the robot and for his eyes

}

2007-02-26 07:08:40 · answer #3 · answered by gjmb1960 7 · 0 0

fedest.com, questions and answers