Skip to content

Commit

Permalink
Merge pull request cram2#141 from pkehr/binder-all-robots-geometry
Browse files Browse the repository at this point in the history
Added geometry2
  • Loading branch information
sunava authored Sep 9, 2024
2 parents ddd9104 + 7d789b8 commit 91dd3bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ COPY --chown=${NB_USER}:users binder/me ${PYCRAM_WS}/src/me
USER root
RUN apt-get update

# New geometry msgs
WORKDIR ${PYCRAM_WS}/src/
RUN git clone https://github.com/sunava/geometry2.git

# HSR resources
RUN git clone https://github.com/code-iai/iai_hsr.git
WORKDIR ${PYCRAM_WS}/src/iai_hsr/
Expand Down

0 comments on commit 91dd3bb

Please sign in to comment.