ubuntu: help people running the install script on Ubuntu 25.10 (#26627)

OSRF provides no gazebo binary for 25.10, attempting to install leads to apt update errors
This commit is contained in:
Matthias Grob 2026-03-05 03:03:47 +01:00 committed by GitHub
parent 41b40e34fa
commit 102b64f604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,6 +196,11 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
fi
fi
if [[ "${UBUNTU_RELEASE}" == "25.10" ]]; then
echo "[ubuntu.sh] Gazebo binaries are not available for 25.10, skipping installation"
INSTALL_SIM="false"
fi
# Simulation tools
if [[ $INSTALL_SIM == "true" ]]; then