Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Make sure to check-out the robotem-rovne branch of the repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 15, 2024
1 parent eb47461 commit b10041a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,15 @@ RUN git clone https://github.com/fmtlib/fmt && cd fmt && \

RUN mkdir -p /tmp/colcon_ws/src
WORKDIR /tmp/colcon_ws/src
RUN git clone --recursive https://github.com/107-systems/t07_robot
RUN git clone --recursive https://github.com/pika-spark/pika-spark-bno085-driver

RUN git clone --recursive https://github.com/107-systems/t07_robot && \
cd t07_robot && \
git checkout robotem-rovne

RUN git clone --recursive https://github.com/pika-spark/pika-spark-bno085-driver && \
cd pika-spark-bno085-driver && \
git checkout robotem-rovne

RUN git clone --recursive https://github.com/107-systems/robotem_rovne

WORKDIR /tmp/colcon_ws
Expand Down

0 comments on commit b10041a

Please sign in to comment.