Hi!
My history: I build small robots (rastreators, sumos, arms... basically like a hobby) but at the moment, my all devices are dummies and if I want a clever machine I need to connect them to a central computer (by wireless) wich is not allowed in contests. I think that raspperry pi could make my robots stand alone.
I use arduino (open hardware) to interact with the real world: move the robot, sensors to get information of the environment and a basic processing of this information.
When a I want more computational power (arduino is very limited in this respect) I use a computer.
In this computer, for artificial vision I use opencv (under c++) with a minimum of two cameras (through usb).
My intention is run this programs on a raspberry pi using it as the robot brain.
Do you think that is it feasible or I'm just dreaming?
