diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index f84db9a603..842eb57124 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -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