WooHoo! New Install Works For Ubuntu!

Rebuilding ROS 2 GoPiGo3 Robot Dave to be ready for the latest release of ROS2, I needed to install the new GoPiGo3 API over Ubuntu 26.04 Resolute Raccoon.

The new GoPiGo3 install WORKS! (with a few extra steps for Ubuntu)

# Use New GoPiGo3 Software Install Option A
# Ref: https://github.com/DexterInd/GoPiGo3/blob/main/Installation_FAQ.md

sudo apt install gcc
sudo apt install -y python3.14-venv
cd ~
python3 -m venv --system-site-packages ~/.venv/gopigo3
source ~/.venv/gopigo3/bin/activate
sudo apt install -y python3-spidev
sudo apt install -y python3-rpi.gpio

pip install mr-gopigo3

source ~/.venv/gopigo3/lib/python3.*/site-packages/gopigo3/scripts/install_trixie.sh

sudo reboot now