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 Aug 10, 2024
1 parent aa928c9 commit 9463c40
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=b86009e2ed004f275c5bacd48e7c641a722914e1
ARG EXAMPLES_COMMIT=3606f68c9c3fb05a838e992230cb4a17106a7c41
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 @@ -222,7 +222,7 @@ RUN set -x && \
cd /tmp && \
rm -rf *

ARG EXAMPLES_COMMIT=b9d58a96ec5ae2434fd4ace5588c63984b0c1400
ARG EXAMPLES_COMMIT=3606f68c9c3fb05a838e992230cb4a17106a7c41
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=b86009e2ed004f275c5bacd48e7c641a722914e1
ARG EXAMPLES_COMMIT=3606f68c9c3fb05a838e992230cb4a17106a7c41
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=b86009e2ed004f275c5bacd48e7c641a722914e1
ARG EXAMPLES_COMMIT=3606f68c9c3fb05a838e992230cb4a17106a7c41
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=b86009e2ed004f275c5bacd48e7c641a722914e1
ARG EXAMPLES_COMMIT=3606f68c9c3fb05a838e992230cb4a17106a7c41
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
Expand Down

0 comments on commit 9463c40

Please sign in to comment.