Skip to content

Commit

Permalink
gz bridge: use gz-transport13 to support Gazebo Harmonic
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Feb 6, 2024
1 parent 55ea33a commit 4b36688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packaging/Dockerfile.sitl_gzsim
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb
# Install build dependencies
RUN apt update
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y \
libgz-transport12 \
libgz-transport12-dev \
libgz-transport13 \
libgz-transport13-dev \
astyle \
build-essential \
cmake \
Expand Down
2 changes: 1 addition & 1 deletion src/modules/simulation/gz_bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ find_package(gz-transport
#REQUIRED COMPONENTS core
NAMES
#ignition-transport11 # IGN (Fortress and earlier) no longer supported
gz-transport12
gz-transport13
#QUIET
)

Expand Down

0 comments on commit 4b36688

Please sign in to comment.