Hi Rud,
I've done something similar with a Create, except that instead of using a Fit PC I used a Gumstix with Wifi.
The reasons for the Wifi on the Slim is to download software and allow monitoring from the desktop or laptop, especially in the field.
To do this I installed
Player on the Gumstix which had an interface to the Create so it didn't require using the OI directly, instead Player could receive commands instructing it to go forward, or read the bump sensors and so forth. Player was nice because you could either write programs that communicated to it directly or you could connect it over a network to
PyroBot which provided a really nice GUI interface to controlling the robot, recording sensor data or writing a bit of AI (Pyro had a really nice neural network library for Python which I still use on its own from time to time). It was a University project so it was intended to give the students a nice environment to test abstract concepts which they could then transfer directly to a real robot over the wireless without having to worry about the technical details of doing so. If you want I still have the step-by-step guide I wrote to cross-compile Player and connect it to PyroBot, but I don't know how useful that would be to you if you're planning to implement your own control solution.
Please keep up the blog and the updates as I'm very interested in what you're doing. Good luck!
