Skip to content

Commit

Permalink
updated GZ install and added GZ_VERSION export
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-Khadar committed Jan 8, 2025
1 parent d7c3b2e commit 67a271a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ $(color "$Pur")Downloading ROS2 Jazzy Jalisco...
$(hash_header)$(color "$Res")
EOF

mil_system_install ros-jazzy-desktop-full gz-harmonic
mil_system_install ros-jazzy-desktop-full ros-jazzy-ros-gz
# Install additional dependencies not bundled by default with ros
# Please put each on a new line for readability
mil_system_install \
Expand Down
3 changes: 3 additions & 0 deletions scripts/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ source "/usr/share/colcon_cd/function/colcon_cd.sh"
export _colcon_cd_root=$MIL_REPO
alias ccd="colcon_cd"

# Setup up Gazebo
export GZ_VERSION=harmonic

# Setup colcon autocomplete
source "/usr/share/colcon_cd/function/colcon_cd-argcomplete.bash"

Expand Down

0 comments on commit 67a271a

Please sign in to comment.