Skip to content

Commit

Permalink
fix dpkg-list for jazzy and support macos (docker-desktop)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar-Ray-code committed Feb 10, 2025
1 parent 1ec0460 commit e9ac843
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN apt-get update && \
python3-pydot \
python3-pyqt5.qtsvg \
python3-netifaces \
python3-empy \
libfreetype-dev \
libresource-retriever-dev \
python3-jinja2 \
Expand Down
5 changes: 2 additions & 3 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Building ROS2 base pkg using Jetson

## Requirements

- Jetson AGX Xavier or Orin (aarch64) or AWS Ubuntu-arm64
- Docker (aarch64)
- Docker (ARM64)
- 12.0GB RAM Resource (Please check Docker.desktop/Settings/Resources)

<br>

Expand Down
1 change: 1 addition & 0 deletions build/ros2_ws/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ cmake --version
cd ${SCRIPT_DIR}
rm -rf ${SCRIPT_DIR}/ros2.repos
wget https://raw.githubusercontent.com/ros2/ros2/${DISTRO}/ros2.repos
mkdir -p src/


if [ ${BUILD_FULL_PKG} = true ]; then
Expand Down
1 change: 1 addition & 0 deletions install-list/apt-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ libopencv-dev
pyqt5-dev
libbullet-dev
sip-dev
python3-empy
python3-pyqt5
python3-numpy
python3-pydot
Expand Down

0 comments on commit e9ac843

Please sign in to comment.