Skip to content

Commit

Permalink
Bumps in ionic : ci_matching_branch/bump_ionic_gz-transport14
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Oct 16, 2023
1 parent f7e814f commit 9390971
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ libgz-cmake4-dev
libgz-math7-dev
libgz-msgs11-dev
libgz-tools2-dev
libgz-utils2-cli-dev
libgz-utils3-cli-dev
libprotobuf-dev
libprotoc-dev
libsqlite3-dev
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ endif()

#--------------------------------------
# Find gz-utils
gz_find_package(gz-utils2 REQUIRED COMPONENTS cli)
set(GZ_UTILS_VER ${gz-utils2_VERSION_MAJOR})
gz_find_package(gz-utils3 REQUIRED COMPONENTS cli)
set(GZ_UTILS_VER ${gz-utils3_VERSION_MAJOR})

#--------------------------------------
# Find gz-msgs
Expand Down
2 changes: 1 addition & 1 deletion docker/gz-transport/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN sudo /bin/sh -c 'echo "deb [trusted=yes] http://packages.osrfoundation.org/g
libgz-cmake4-dev \
libgz-math7-dev \
libgz-msgs11-dev \
libgz-utils2-cli-dev \
libgz-utils3-cli-dev \
&& sudo apt-get clean

# Gazebo transport
Expand Down
2 changes: 1 addition & 1 deletion tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sudo apt-get remove libgz-transport.*-dev

Install prerequisites. A clean Ubuntu system will need:
```
sudo apt-get install git cmake pkg-config python ruby-ronn libprotoc-dev libprotobuf-dev protobuf-compiler uuid-dev libzmq3-dev libgz-msgs11-dev libgz-utils2-cli-dev
sudo apt-get install git cmake pkg-config python ruby-ronn libprotoc-dev libprotobuf-dev protobuf-compiler uuid-dev libzmq3-dev libgz-msgs11-dev libgz-utils3-cli-dev
```

Clone the repository
Expand Down

0 comments on commit 9390971

Please sign in to comment.