Skip to content

Commit

Permalink
Add ros-melodic
Browse files Browse the repository at this point in the history
  • Loading branch information
GiordanoLaminetti committed Apr 19, 2021
1 parent d7a6053 commit c415135
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ RUN if $build_dependences ; then \
libboost-all-dev libpcap-dev libssl-dev g++ ;\
ldconfig ;\
rm -rf /var/lib/apt/lists/* && apt-get clear ;\
python3 -mpip install numpy pyopengl Pillow pybind11 pandas ; \
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1;\
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2;\
python3 -mpip install --upgrade pip ; \
python3 -mpip install numpy pyopengl Pillow pybind11 pandas ; \
python3 -mpip install poetry setuptools ; \
mkdir /slampy/program; fi

Expand Down
9 changes: 7 additions & 2 deletions docs/source/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@ for downloading the container you can type ::
docker pull giordanolaminetti/slampy:tagname


with the addiction of ``-focal`` after ``tagname`` you can download the builds with ubuntu 20.04 (focal fossa), by default the docker are built over ubuntu 18.04::
with the addiction of ``-focal`` after ``tagname`` you can download the builds with ubuntu 20.04 (focal fossa), by default the docker are built over ubuntu 18.04 (Bionic Beaver)::

docker pull giordanolaminetti/slampy:latest-focal

with the addiction of ``-ros-melodic`` after ``tagname`` you can download the ubuntu 18.04 (Bionic Beaver) with ros noetic already installed ::

docker pull giordanolaminetti/slampy:latest-ros-melodic


with the addiction of ``-ros-noetic`` after ``tagname`` you can download the ubuntu 20.04 (focal fossa) with ros noetic already installed ::

docker pull giordanolaminetti/slampy:latest-focal
docker pull giordanolaminetti/slampy:latest-ros-noetic

----------------------
Build docker container
Expand Down

0 comments on commit c415135

Please sign in to comment.