VideoHardware
Read moreThe hardware I used for this project is:
- breadboard
- a bunch of wires
The software runs on a Raspbian 8 (jessie). The code is developed in Nodejs, a promising, popular and fast serverside version of Javascript. It just contains two sub-projects:
- a manual driving via keyboard
- an autopilot test code using the sonar
git clone https://github.com/dynamick/phil05 cd phil05 sudo npm install
Make sure to have motion up and running so you could see what Raspicam is viewing in real-time.
RunningYou could choose the manual driving mode launching:
sudo npm run manual
Or you could try the autopilot using:
sudo npm run autopilot
Or you could launch both on two consoles to ibrid command of your robot.
Comments