Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
Windows CE and Windows Mobile run on ARM processors for years now.
Awsome now we can enjoy the great blue screen o death on bots as well! Personally I would think linux would be more suited to a robot since you can actually modify it and only include what is needed.
ive always had this question , why need an OS for a robot? im happy to use dedicated programs written in C and the like
Quote from: benji on September 18, 2009, 01:14:24 PMive always had this question , why need an OS for a robot? im happy to use dedicated programs written in C and the likeYou are so right. I guess the answer is "because it's easier" (but not optimal)Think about all the modules you would need to write drivers for if it wasn't the os.Take for example my latest robot, perseus 3, it easily uses camera, wlan, phone thanks to the os.Now that you've mentioned it, if I think about how many lines of code are needed for the RIL(radio layer interface) to interace the phone only...that's overkill.