All Projects → DexterInd → Gopigo3

DexterInd / Gopigo3

Licence: other
The GoPiGo3 is a Raspberry Pi Robot!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gopigo3

Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (+6.76%)
Mutual labels:  robotics, robot, raspberry-pi
Robot
Simple library for controlling a raspberry pi based robot
Stars: ✭ 156 (+110.81%)
Mutual labels:  robotics, robot, raspberry-pi
Mabel
MABEL is a feature-packed, open-source, legged balancing robot based off of the Boston Dynamics Handle robot.
Stars: ✭ 72 (-2.7%)
Mutual labels:  robotics, robot, raspberry-pi
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+1063.51%)
Mutual labels:  robotics, robot
Piku
The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
Stars: ✭ 902 (+1118.92%)
Mutual labels:  raspberry-pi, raspbian
Martypi
DEPRECATED - See new ROS integration. 2017 Marty RaspberryPi API by Robotical Ltd.
Stars: ✭ 11 (-85.14%)
Mutual labels:  robotics, raspberry-pi
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (+824.32%)
Mutual labels:  robotics, robot
True artificial intelligence
真AI人工智能
Stars: ✭ 38 (-48.65%)
Mutual labels:  robot, raspberry-pi
Multi Robot Path Planning On Graphs
Multi-Robot Path Planning on Graphs Solution by A* algorithm
Stars: ✭ 36 (-51.35%)
Mutual labels:  robotics, robot
Robot Software
CVRA monorepo - All software running on our bots lives here
Stars: ✭ 39 (-47.3%)
Mutual labels:  robotics, robot
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-29.73%)
Mutual labels:  raspberry-pi, raspbian
Fourth robot pkg
4号機(KIT-C4)用リポジトリ
Stars: ✭ 7 (-90.54%)
Mutual labels:  robotics, robot
Open Source Rover
A build-it-yourself, 6-wheel rover based on the rovers on Mars!
Stars: ✭ 6,903 (+9228.38%)
Mutual labels:  robot, robotics
Os
This is the software framework for an OPSORO robot, to be used in conjunction with Ono2 or OPSORO grid and OPSOROHAT.
Stars: ✭ 11 (-85.14%)
Mutual labels:  robot, raspberry-pi
Atomic Toolkit
AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.
Stars: ✭ 747 (+909.46%)
Mutual labels:  raspberry-pi, raspbian
Pendulum
ROS, ROS2, real-time, control, pendulum
Stars: ✭ 37 (-50%)
Mutual labels:  robotics, raspberry-pi
Spocon
SpoCon - A Spotify Connect Client for Debian , Ubuntu and Raspberry Pi based on librespot-java
Stars: ✭ 51 (-31.08%)
Mutual labels:  raspberry-pi, raspbian
Rpi Configs
My personal config files for Raspbian on Raspberry Pi
Stars: ✭ 53 (-28.38%)
Mutual labels:  raspberry-pi, raspbian
Rpi Audio Receiver
Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay, UPnP and Spotify Connect
Stars: ✭ 650 (+778.38%)
Mutual labels:  raspberry-pi, raspbian
Raspberry Pi Turnkey
How to make a Raspberry Pi image that can be deployed anywhere and assigned to a WiFi network without SSH 👌
Stars: ✭ 682 (+821.62%)
Mutual labels:  raspberry-pi, raspbian

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 developed by Dexter Industries.

 GoPiGo3 Raspberry Pi Robot

DexterOS

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

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:

  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/install.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].