Kevin Gabbert
01-31-2007, 12:51 AM
Hey,
if you have a Roomba or the new iRobot Create, I have developed some open source software in C# to control your robot from your Windows PC.
The project is meant as a demonstration in Object-Oriented code controlling robotics from a PC.
The project consists of a framework called RoombaSCI & Roomba-Term, a diagnostic program that visually implements Roomba's SCI interface for purposes of education, & testing your roomba. The iRobot Create is reverse-compatible and works with this program.
Hopefully my code will kickstart you forward in developing your own iRobot Roomba/Create programs by showing you ways that it can be programmed in C#.
The C# RoombaSCI & diagnostic program is located here:
https://sourceforge.net/projects/roomba-term/
I am currently working on an iRobot Create specific framework & application using another design pattern. When it is completed, it will be located here:
https://sourceforge.net/projects/createoi/
Kevin Gabbert
if you have a Roomba or the new iRobot Create, I have developed some open source software in C# to control your robot from your Windows PC.
The project is meant as a demonstration in Object-Oriented code controlling robotics from a PC.
The project consists of a framework called RoombaSCI & Roomba-Term, a diagnostic program that visually implements Roomba's SCI interface for purposes of education, & testing your roomba. The iRobot Create is reverse-compatible and works with this program.
Hopefully my code will kickstart you forward in developing your own iRobot Roomba/Create programs by showing you ways that it can be programmed in C#.
The C# RoombaSCI & diagnostic program is located here:
https://sourceforge.net/projects/roomba-term/
I am currently working on an iRobot Create specific framework & application using another design pattern. When it is completed, it will be located here:
https://sourceforge.net/projects/createoi/
Kevin Gabbert