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

Commit

Permalink
Using tracked version of MSAS with reduced speeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jun 25, 2024
1 parent b2e0997 commit 846f322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN git clone --recursive --depth 1 https://github.com/nlohmann/json --branch v3
RUN mkdir -p /opt/colcon_ws/src
WORKDIR /opt/colcon_ws/src

RUN git clone --recursive --depth 1 https://github.com/aentinger/msas_enrich_2023 --branch elrob24 && cd msas_enrich_2023 && git pull origin elrob24
RUN git clone --recursive --depth 1 https://github.com/aentinger/msas_enrich_2023 --branch elrob24-tracked && cd msas_enrich_2023 && git pull origin elrob24-tracked
RUN git clone --recursive --depth 1 https://github.com/107-systems/t07_robot --branch elrob24 && cd t07_robot && git pull origin elrob24
RUN git clone --recursive --depth 1 https://github.com/pika-spark/pika-spark-bno085-driver --branch elrob24 && cd pika-spark-bno085-driver && git pull origin elrob24
RUN git clone --recursive --depth 1 https://github.com/107-systems/robotem_rovne --branch elrob24-tracked && cd robotem_rovne && git pull origin elrob24-tracked
Expand Down

0 comments on commit 846f322

Please sign in to comment.