Skip to content

Commit e1a6907

Browse files
committed
update depends
1 parent 84a144c commit e1a6907

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

build/config/depends.txt

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ libbullet-dev
1111
libeigen3-dev
1212
libfreetype-dev
1313
liblog4cxx-dev
14+
liblttng-ust-dev
1415
libopencv-dev
1516
libresource-retriever-dev
1617
libsdl2-dev

build/create_ros2.bash

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
echo "ROS2 builder for the Raspberry Pi 🍓 (debian-bullseye-armv8)"
44

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

88
mkdir -p ${SCRIPT_DIR}/ros2_ws/src
99

10-
if [ -z "$DISTRO" ]; then
11-
DISTRO=humble
12-
echo "No distro specified, using $DISTRO"
13-
sleep 1
14-
fi
10+
echo "Distro: ${DISTRO}"
11+
sleep 1
1512

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

0 commit comments

Comments
 (0)