We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a144c commit e1a6907Copy full SHA for e1a6907
build/config/depends.txt
@@ -11,6 +11,7 @@ libbullet-dev
11
libeigen3-dev
12
libfreetype-dev
13
liblog4cxx-dev
14
+liblttng-ust-dev
15
libopencv-dev
16
libresource-retriever-dev
17
libsdl2-dev
build/create_ros2.bash
@@ -3,15 +3,12 @@
3
echo "ROS2 builder for the Raspberry Pi 🍓 (debian-bullseye-armv8)"
4
5
SCRIPT_DIR=`realpath $(dirname "$0")`
6
-DISTRO=$1
+DISTRO=${1-"iron"}
7
8
mkdir -p ${SCRIPT_DIR}/ros2_ws/src
9
10
-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
0 commit comments