- Notifications
You must be signed in to change notification settings - Fork85
The GoPiGo3 is a Raspberry Pi Robot!
License
DexterInd/GoPiGo3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 first developed by Dexter Industries, and acquired byModular Robotics. SeeGoPiGo.io.
GoPiGo OS is an easy to get started with, all packaged OS for the GoPiGo3. It offers Bloxter, and JupyterLab 2. You candownload it and install it on your SD card.
Note: GoPiGo OS allows you to SSH into the robot and have full access to Linux. You can also use VNC viewer and access the Raspberry Pi Desktop.
DexterOS is now deprecated and replaced by GoPiGo OS. It offers Bloxter, and JupyterLab 1. You candownload it and install it on your SD card.
Note: DexterOS does not allow you to SSH into the robot and have full access to Linux. If you want full access, please choose Raspbian for Robots.
You can find all software and installation for the GoPiGo3 on an SD Card by usingour operating system Raspbian for Robots. You candownload and install Raspbian for Robots for free with instructions found here.
You can alsopurchase an SD Card with the software on it here.
In order to quick install theGoPiGo3
repository, open up a terminal and type the following command:
curl -kL dexterindustries.com/update_gopigo3 | bash
The same command can be used for updating theGoPiGo3
to the latest version.
If you use any of the Dexter sensors (line follower, distance sensor, THP sensor, IMU), you will also need
curl -kL dexterindustries.com/update_sensors | bash
curl -kL dexterindustries.com/update_gopigo3 | bash -s -- --user-local --bypass-gui-installation
You can install the GoPiGo3 on your own operating system with the following commands in the command line:(note that the userpi
is still required)
Clone this repository onto the Raspberry Pi:
git clone http://www.github.com/DexterInd/GoPiGo3.git /home/pi/Dexter/GoPiGo3
Run the install script:
bash /home/pi/Dexter/GoPiGo3/Install/update_gopigo3.sh
Reboot the Raspberry Pi to make the settings take effect:
sudo reboot
Note: the Pi user must exist while installing the drivers and examples, but you can remove this user afterwards if you want to secure your robot.
Please review theLICENSE.md file for license information.
About
The GoPiGo3 is a Raspberry Pi Robot!
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.