diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 077cfda56b..346e071cdc 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -233,7 +233,7 @@ if [[ $INSTALL_SIM == "true" ]]; then sudo apt-get update -y --quiet # Install Gazebo - gazebo_packages="gz-garden" + gazebo_packages="gz-harmonic" elif [[ "${UBUNTU_RELEASE}" == "21.3" ]]; then echo "Gazebo (Garden) will be installed" echo "Earlier versions will be removed"