Skip to content

Commit

Permalink
Update Garden dependencies (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
Co-authored-by: Tully Foote <[email protected]>
  • Loading branch information
chapulina and tfoote authored Jan 5, 2022
1 parent d3d77b0 commit 0d1ef82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ RUN /bin/sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable
/bin/sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-nightly `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-nightly.list' && \
/bin/sh -c 'wget http://packages.osrfoundation.org/gazebo.key -O - | apt-key add -'

# Install the latest Ignition binaries
# Install and upgrade the latest Ignition binaries
RUN apt-get -qq update && apt-get -q -y install \
ignition-garden
ignition-garden && apt-get upgrade -y

# Install PCL
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions lrauv_ignition_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ set(IGN_PLUGIN_VER ${ignition-plugin1_VERSION_MAJOR})
find_package(ignition-utils1 REQUIRED)
set(IGN_UTILS_VER ${ignition-utils1_VERSION_MAJOR})

find_package(ignition-common4 REQUIRED COMPONENTS profiler)
set(IGN_COMMON_VER ${ignition-common4_VERSION_MAJOR})
find_package(ignition-common5 REQUIRED COMPONENTS profiler)
set(IGN_COMMON_VER ${ignition-common5_VERSION_MAJOR})

find_package (Eigen3 3.3 REQUIRED)

Expand Down

0 comments on commit 0d1ef82

Please sign in to comment.