The GoPiGo3 is a delightful and complete robot for the Raspberry Pi that turns your Pi into a fully operating robot. GoPiGo3 is a mobile robotic platform for the Raspberry Pi developed by Dexter Industries.
You can find all software and installation for the GoPiGo3 on an SD Card by using our operating system Raspbian for Robots. You can download and install Raspbian for Robots for free with instructions found here.
You can also purchase an SD Card with the software on it here.
You can install the GoPiGo3 on your own operating system with the following commands in the command line:
-
Clone this repository onto the Raspberry Pi:
`sudo git clone http://www.github.com/DexterInd/GoPiGo3.git /home/pi/Dexter/GoPiGo3`
-
Run the install script:
sudo bash /home/pi/Dexter/GoPiGo3/Install/install.sh
-
Reboot the Raspberry Pi to make the settings take effect:
sudo reboot
Please review the LICENSE.md file for license information.