Skip to content

Commit

Permalink
Update stella_vslam_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella committed Dec 11, 2023
1 parent 73a4d5e commit 30087cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ RUN set -x && \
cd /tmp && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
ARG EXAMPLES_COMMIT=b86009e2ed004f275c5bacd48e7c641a722914e1
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.iridescence
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ RUN set -x && \
cd /tmp && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
ARG EXAMPLES_COMMIT=b86009e2ed004f275c5bacd48e7c641a722914e1
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.socket
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ RUN set -x && \
cd /tmp && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
ARG EXAMPLES_COMMIT=b86009e2ed004f275c5bacd48e7c641a722914e1
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
Expand Down
2 changes: 1 addition & 1 deletion docker/gtsam/pangolin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ RUN set -x && \
cd /tmp && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
ARG EXAMPLES_COMMIT=b86009e2ed004f275c5bacd48e7c641a722914e1
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
Expand Down
2 changes: 1 addition & 1 deletion docker/gtsam/socket/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ RUN set -x && \
cd /tmp && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
ARG EXAMPLES_COMMIT=b86009e2ed004f275c5bacd48e7c641a722914e1
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
Expand Down

0 comments on commit 30087cf

Please sign in to comment.