Skip to content

Commit

Permalink
modfiy for one-line installation
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 5, 2024
1 parent 4c4e0f0 commit d0b4772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/ros-jazzy-gz-harmonic-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ echo "$REPO" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list >/dev/null
sudo apt update

DIST=jazzy
GAZ=gz-harmonic
GAZEBO=gz-harmonic

sudo apt install -y \
$GAZ \
python3-rosdep \
python3-rosinstall-generator \
python3-vcstool \
$GAZEBO \
ros-$DIST-desktop-full \
ros-$DIST-gz-plugin-vendor \
ros-$DIST-gz-ros2-control \
Expand Down

0 comments on commit d0b4772

Please sign in to comment.