From b67eae8af4ec61e4b63fc6b397f3ae0bf9e98775 Mon Sep 17 00:00:00 2001 From: andermi Date: Thu, 21 Sep 2023 17:16:17 -0700 Subject: [PATCH] Update install instructions to use libfreesurfacehydrodynamics==1.3.1 (#65) * update install instructions to use libfreesurfacehydrodynamics==1.3.1 Signed-off-by: Michael Anderson * update Dockerfile Signed-off-by: Michael Anderson --------- Signed-off-by: Michael Anderson --- docker/mbari_wec/Dockerfile | 2 +- docs/docs/Tutorials/Install/Install_source.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/mbari_wec/Dockerfile b/docker/mbari_wec/Dockerfile index 5318443e..60255d6b 100644 --- a/docker/mbari_wec/Dockerfile +++ b/docker/mbari_wec/Dockerfile @@ -70,7 +70,7 @@ RUN /bin/sh -c 'wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share ros-humble-desktop \ ros-humble-rmw-cyclonedds-cpp \ gz-garden \ - libfshydrodynamics=1.2.3 \ + libfshydrodynamics=1.3.1 \ && apt clean # For timing in tests, need to use cyclonedds for ROS 2 rather than default diff --git a/docs/docs/Tutorials/Install/Install_source.md b/docs/docs/Tutorials/Install/Install_source.md index 7472ae7e..2cc869bd 100644 --- a/docs/docs/Tutorials/Install/Install_source.md +++ b/docs/docs/Tutorials/Install/Install_source.md @@ -22,7 +22,7 @@ Use Ubuntu 22.04. curl -s --compressed "https://hamilton8415.github.io/ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ppa.gpg >/dev/null sudo curl -s --compressed -o /etc/apt/sources.list.d/my_list_file.list "https://hamilton8415.github.io/ppa/my_list_file.list" sudo apt update - sudo apt install libfshydrodynamics=1.3.0 + sudo apt install libfshydrodynamics=1.3.1 ```