this repo contains all the files required to setup the raspberry pi robot with server page to control it
- Open terminal
- Type
sudo nano /etc/rc.local
- Add the following line before
exit 0
:
sudo /home/pi/robot_raspberrypi/run.sh
- Press
Ctrl + X
to exit, thenY
to save andEnter
to confirm the file name - Reboot the Raspberry Pi