Skip to content

Commit 8f85656

Browse files
committed
modfiy for one-line installation
1 parent d0b4772 commit 8f85656

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extras/ros-jazzy-gz-harmonic-install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ echo "$REPO" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list >/dev/null
5252
sudo apt update
5353

5454
DIST=jazzy
55-
GAZEBO=gz-harmonic
5655

5756
sudo apt install -y \
5857
python3-rosdep \
5958
python3-rosinstall-generator \
6059
python3-vcstool \
61-
$GAZEBO \
60+
gz-harmonic \
6261
ros-$DIST-desktop-full \
6362
ros-$DIST-gz-plugin-vendor \
6463
ros-$DIST-gz-ros2-control \

0 commit comments

Comments
 (0)