Skip to content

CleoQc/GoPiGo3

This branch is 40 commits behind DexterInd/GoPiGo3:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c460c26 · Mar 3, 2022
Feb 18, 2022
Sep 26, 2019
Feb 18, 2022
Nov 30, 2021
Mar 3, 2022
May 5, 2017
Feb 25, 2022
Mar 3, 2022
Jul 4, 2019
Jun 21, 2017
Jun 21, 2017
Apr 23, 2019
Jan 19, 2022
Apr 26, 2018
Mar 3, 2022

Repository files navigation

GoPiGo3 Documentation Status

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 by Modular Robotics. See GoPiGo.io.

 GoPiGo3 Raspberry Pi Robot

GoPiGo OS

GoPiGo OS is an easy to get started with, all packaged OS for the GoPiGo3. It offers Bloxter, and JupyterLab 2. You can download 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

DexterOS is now deprecated and replaced by GoPiGo OS. It offers Bloxter, and JupyterLab 1. You can download 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.

Raspbian for Robots

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.

 GoPiGo3 Raspberry Pi Robot

You can also purchase an SD Card with the software on it here.

Quick Install

In order to quick install the GoPiGo3 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 the GoPiGo3 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

Virtual Environment Installation

curl -kL dexterindustries.com/update_gopigo3 | bash -s -- --user-local --bypass-gui-installation

Installation

You can install the GoPiGo3 on your own operating system with the following commands in the command line: (note that the user pi is still required)

  1. Clone this repository onto the Raspberry Pi:

     git clone http://www.github.com/DexterInd/GoPiGo3.git /home/pi/Dexter/GoPiGo3
    
  2. Run the install script: bash /home/pi/Dexter/GoPiGo3/Install/update_gopigo3.sh

  3. 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.

License

Please review the LICENSE.md file for license information.

See Also

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.5%
  • Jupyter Notebook 30.1%
  • JavaScript 7.1%
  • Java 4.2%
  • C++ 2.2%
  • Shell 1.4%
  • Other 0.5%