Skip to content

Commit

Permalink
Reinstate yarp-device-rplidar in the Dockerfile (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Dec 30, 2024
1 parent f451e18 commit 9a2d3f1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ RUN cd ${DEPENDENCIES_DIR} && \
cmake --build . --config Release --target install

# yarp-device-rplidar
#RUN cd ${DEPENDENCIES_DIR} && \
# git clone https://github.com/robotology/yarp-device-rplidar.git && \
# cd yarp-device-rplidar && mkdir -p build && cd build && \
# git checkout master && \
# cmake .. \
# -DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
# -DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install && \
# cmake --build . --config Release --target install
RUN cd ${DEPENDENCIES_DIR} && \
git clone https://github.com/robotology/yarp-device-rplidar.git && \
cd yarp-device-rplidar && mkdir -p build && cd build && \
git checkout master && \
cmake .. \
-DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
-DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install && \
cmake --build . --config Release --target install

# icub-firmware-shared
RUN cd ${DEPENDENCIES_DIR} && \
Expand Down

0 comments on commit 9a2d3f1

Please sign in to comment.