Skip to content

Commit 2180cf1

Browse files
committed
Fix orbslam dockerfile github link
1 parent 9a6973e commit 2180cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/examples/Dockerfile-orbSlam3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN git clone --recursive https://github.com/stevenlovegrove/Pangolin.git && \
2828

2929
# Clone ORB_SLAM3 source
3030
WORKDIR /opt
31-
RUN git clone git@github.com:norlab-ulaval/ORB-SLAM3-STEREO-FIXED.git ORB_SLAM3 && \
31+
RUN git clone https://github.com/norlab-ulaval/ORB-SLAM3-STEREO-FIXED.git ORB_SLAM3 && \
3232
cd ORB_SLAM3 && \
3333
git submodule update --init --recursive && \
3434
chmod +x build.sh && \

0 commit comments

Comments
 (0)