From f9a3a7f2565005ae385b775f9fb0183d93175272 Mon Sep 17 00:00:00 2001 From: Jaeyoung Lim Date: Thu, 22 Aug 2024 22:55:06 +0200 Subject: [PATCH] Update gz version to harmonic --- Tools/setup/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 077cfda56bf1..346e071cdcc1 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"