Skip to content

Commit

Permalink
update depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar-Ray-code committed May 24, 2023
1 parent 84a144c commit e1a6907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions build/config/depends.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ libbullet-dev
libeigen3-dev
libfreetype-dev
liblog4cxx-dev
liblttng-ust-dev
libopencv-dev
libresource-retriever-dev
libsdl2-dev
Expand Down
9 changes: 3 additions & 6 deletions build/create_ros2.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
echo "ROS2 builder for the Raspberry Pi 🍓 (debian-bullseye-armv8)"

SCRIPT_DIR=`realpath $(dirname "$0")`
DISTRO=$1
DISTRO=${1-"iron"}

mkdir -p ${SCRIPT_DIR}/ros2_ws/src

if [ -z "$DISTRO" ]; then
DISTRO=humble
echo "No distro specified, using $DISTRO"
sleep 1
fi
echo "Distro: ${DISTRO}"
sleep 1

# setup qemu (if this computer arch is x86_64)
if [ "$(uname -m)" == "x86_64" ]; then
Expand Down

0 comments on commit e1a6907

Please sign in to comment.