Skip to content

Commit 9a2d3f1

Browse files
authored
Reinstate yarp-device-rplidar in the Dockerfile (#702)
1 parent f451e18 commit 9a2d3f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/dockerfiles/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ RUN cd ${DEPENDENCIES_DIR} && \
7272
cmake --build . --config Release --target install
7373

7474
# yarp-device-rplidar
75-
#RUN cd ${DEPENDENCIES_DIR} && \
76-
# git clone https://github.com/robotology/yarp-device-rplidar.git && \
77-
# cd yarp-device-rplidar && mkdir -p build && cd build && \
78-
# git checkout master && \
79-
# cmake .. \
80-
# -DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
81-
# -DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install && \
82-
# cmake --build . --config Release --target install
75+
RUN cd ${DEPENDENCIES_DIR} && \
76+
git clone https://github.com/robotology/yarp-device-rplidar.git && \
77+
cd yarp-device-rplidar && mkdir -p build && cd build && \
78+
git checkout master && \
79+
cmake .. \
80+
-DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
81+
-DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install && \
82+
cmake --build . --config Release --target install
8383

8484
# icub-firmware-shared
8585
RUN cd ${DEPENDENCIES_DIR} && \

0 commit comments

Comments
 (0)