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

Commit

Permalink
Revert "Use the old Livox-SDK."
Browse files Browse the repository at this point in the history
This reverts commit a72fb4d.
  • Loading branch information
aentinger committed Jun 19, 2024
1 parent f0b3fd0 commit 859e236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN apt-get update && \

WORKDIR /opt

RUN git clone --recursive --depth 1 https://github.com/aentinger/Livox-SDK --branch elrob24 && \
mkdir -p Livox-SDK/build && cd Livox-SDK/build && \
RUN git clone --recursive --depth 1 https://github.com/Livox-SDK/Livox-SDK2.git && \
mkdir -p Livox-SDK2/build && cd Livox-SDK2/build && \
cmake .. && make install

RUN git clone --recursive --depth 1 https://github.com/gsl-lite/gsl-lite --branch v0.40.0 && \
Expand Down

0 comments on commit 859e236

Please sign in to comment.