-
Notifications
You must be signed in to change notification settings - Fork 2
Home
C# wrapper libraries for several robots including Rovio, Roomba and NXT. Originally used for teaching Robotics at the University of Lincoln, UK. The libraries are accompanied by a set of practical tutorials that might be used for development of similar activities by other institutions and individuals.
Some more theoretical aspects and pedagogical issues related to development of Robotics courses at the undergraduate level are covered in the following publication. If you find the included materials useful, please cite: Cielniak, G. and Bellotto, N. and Duckett, T. Integrating mobile robotics and vision with undergraduate computer science. IEEE Transactions on Education, 2012.
The current content consists of the following folders:
- documentation/ - Doxygen file for generating library documentation;
- src/ - wrapper classes for different robots;
- examples/ - example start up projects (VS2008 project files);
- tutorials/ - tutorial files: documentation and sources (VS2008 project files).
Please email the site admin, if you would like to contribute to this project.
Currently, the only tutorial files cover Rovio robot programming. The tutorials introduce basic robot control, use of on-board sensors and camera for simple vision-based robot control (based on AForge.NET image processing library).