File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ Build ROS2 for Raspbian
2323
2424| Distro | Debian | arm64-desktop | arm64-full |
2525| --- | --- | --- | --- |
26- | jazzy | bookworm | [ URL] ( https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/ ros2-desktop/debian/bookworm /ros-jazzy-desktop-0.3.2_20240525_arm64.deb ) |
27- | iron | bullseye | [ URL] ( https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/ ros2-desktop/debian/bullseye /ros-iron-desktop-0.3.2_20230611_arm64.deb )
28- | iron | bookworm | [ URL] ( https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/ ros2-desktop/debian/bookworm/ ros-iron-desktop-0.3.2_20231028_arm64 .deb )
29- | humble | bullseye | [ URL] ( https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/ ros2-desktop/debian/bullseye /ros-humble-desktop-0.3.1_arm64.deb )
26+ | jazzy | bookworm | [ URL] ( https://github.com/Ar-Ray-code/rpi-bullseye-ros2/releases/download/ ros2-0.3.2 /ros-jazzy-desktop-0.3.2_20240525_arm64.deb ) |
27+ | iron | bullseye | [ URL] ( https://github.com/Ar-Ray-code/rpi-bullseye-ros2/releases/download/ ros2-0.3.2 /ros-iron-desktop-0.3.2_20230611_arm64.deb )
28+ | iron | bookworm | [ URL] ( https://github.com/Ar-Ray-code/rpi-bullseye-ros2/releases/download/ ros2-0.3.2/ ros-iron-desktop-0.3.2_20230929_arm64 .deb )
29+ | humble | bullseye | [ URL] ( https://github.com/Ar-Ray-code/rpi-bullseye-ros2/releases/download/ ros2-0.3.2 /ros-humble-desktop-0.3.1_arm64.deb )
3030
3131### Install (bullseye)
3232
@@ -49,7 +49,7 @@ sudo pip install vcstool colcon-common-extensions
4949
5050
5151``` bash
52- wget https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/ ros2-desktop/debian/bookworm /ros-jazzy-desktop-0.3.2_20240525_arm64.deb
52+ wget https://github.com/Ar-Ray-code/rpi-bullseye-ros2/releases/download/ ros2-0.3.2 /ros-jazzy-desktop-0.3.2_20240525_arm64.deb
5353sudo apt install ./ros-jazzy-desktop-0.3.2_20240525_arm64.deb
5454pip install --break-system-packages empy==3.3.4
5555sudo pip install --break-system-packages vcstool colcon-common-extensions
Original file line number Diff line number Diff line change @@ -119,15 +119,15 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.27.2/cmake-3.27.2
119119 ./cmake_install.sh --skip-license --prefix=/usr/local
120120
121121# OpenVINO
122- RUN wget https://s3.ap-northeast-1.wasabisys.com/download-raw/dpkg/openvino/debian/bullseye /openvino-2022-raspbian-bullseye-arm64-0.1.0-20221219.deb && \
122+ RUN wget https://github.com/Ar-Ray-code/rpi-bullseye-ros2/releases/download/ros2-0.3.2 /openvino-2022-raspbian-bullseye-arm64-0.1.0-20221219.deb && \
123123 apt-get install -y ./openvino-2022-raspbian-bullseye-arm64-0.1.0-20221219.deb
124124
125125# realsense
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 && \
129- echo "export realsense2_DIR=/usr/local/lib/aarch64-linux-gnu/cmake/realsense2/" >> ~/.bashrc && \
130- echo "export OpenCV_DIR=/usr/lib/aarch64-linux-gnu/cmake/opencv4/" >> ~/.bashrc
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 && \
129+ # echo "export realsense2_DIR=/usr/local/lib/aarch64-linux-gnu/cmake/realsense2/" >> ~/.bashrc && \
130+ # echo "export OpenCV_DIR=/usr/lib/aarch64-linux-gnu/cmake/opencv4/" >> ~/.bashrc
131131
132132
133133RUN pip install --break-system-packages vcstool colcon-common-extensions
You can’t perform that action at this time.
0 commit comments