An open API service indexing awesome lists of open source software.

https://github.com/idf/robot-in-maze

Multi-disciplinary Design Project with Arduino & Raspberry Pi - 2014 Spring
https://github.com/idf/robot-in-maze

Last synced: 10 months ago
JSON representation

Multi-disciplinary Design Project with Arduino & Raspberry Pi - 2014 Spring

Awesome Lists containing this project

README

          

Robot Exploring the Random Maze - 2014 Spring
==============
###Welcome to Fork.
####Multi-disciplinary Design Project.
####Nanyang Technological University, Singapore.
![pic](./img/p0.jpg)

Overview
==============
![pic](./img/p1.jpg)
Algorithm Requirements
==============
PC is running the algorithm.
See the ./algorithm/README.md

Arduino Requirements
==============
Arduino is for Robot control.
See the ./arduino_motor/README.md

Raspberry Pi Requirements
==============
Raspberry Pi is for communication middle man coordinating PC, Arduino, and Android.
See the ./raspberry/README.md

Branch Convention
==============
This repo follows the git-flow convention. Releases and hotfixes are maintained in the master branch. Development happens in the develop branch.