Skip to content

Commit 98794ac

Browse files
committed
update dockerfile
1 parent 4e8b08f commit 98794ac

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

build/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ RUN apt-get update && \
8282
# ros2_control
8383
libfmt-dev \
8484
librange-v3-dev \
85+
libcap-dev \
8586
# stackchan
8687
libserial-dev \
8788
# autoware-core
@@ -122,9 +123,9 @@ RUN wget https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/openvino/debi
122123
apt-get install -y ./openvino-2022-raspbian-bullseye-arm64-0.1.0-20221219.deb
123124

124125
# realsense
125-
RUN wget https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/librealsense/debian/bullseye/librealsense2-dev_2.54.1_arm64.deb && \
126-
apt-get install -y ./librealsense2-dev_2.54.1_arm64.deb && \
127-
rm ./librealsense2-dev_2.54.1_arm64.deb && \
126+
RUN wget https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/librealsense/debian/bookworm/librealsense-v4l2-backend-app-bookworm-2.56.3-arm64.deb && \
127+
apt-get install -y ./librealsense-v4l2-backend-app-bookworm-2.56.3-arm64.deb && \
128+
rm ./librealsense-v4l2-backend-app-bookworm-2.56.3-arm64.deb && \
128129
echo "export realsense2_DIR=/usr/local/lib/aarch64-linux-gnu/cmake/realsense2/" >> ~/.bashrc && \
129130
echo "export OpenCV_DIR=/usr/lib/aarch64-linux-gnu/cmake/opencv4/" >> ~/.bashrc
130131

0 commit comments

Comments
 (0)