Skip to content

Commit

Permalink
Update install instructions to use libfreesurfacehydrodynamics==1.3.1 (
Browse files Browse the repository at this point in the history
…#65)

* update install instructions to use libfreesurfacehydrodynamics==1.3.1

Signed-off-by: Michael Anderson <[email protected]>

* update Dockerfile

Signed-off-by: Michael Anderson <[email protected]>

---------

Signed-off-by: Michael Anderson <[email protected]>
  • Loading branch information
andermi committed Sep 22, 2023
1 parent f424881 commit b67eae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/mbari_wec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Tutorials/Install/Install_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit b67eae8

Please sign in to comment.