Skip to content

Commit d60bb3a

Browse files
authored
Correct Ubuntu version for ROS Jazzy (#762)
1 parent be7582c commit d60bb3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/create_agent_ws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ fi
2323
# populate the workspace
2424
ros2 run micro_ros_setup create_ws.sh $TARGETDIR $PREFIX/config/agent_ros2_packages.txt $PREFIX/config/agent_uros_packages.repos
2525

26-
rosdep install --os=ubuntu:jammy --from-paths $TARGETDIR -i $TARGETDIR -y --skip-keys="$SKIP"
26+
rosdep install --os=ubuntu:noble --from-paths $TARGETDIR -i $TARGETDIR -y --skip-keys="$SKIP"

scripts/create_firmware_ws.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pushd $FW_TARGETDIR >/dev/null
8989
if [ $RTOS != "host" ]; then
9090
ros2 run micro_ros_setup create_ws.sh $DEV_WS_DIR $PREFIX/config/$RTOS/dev_ros2_packages.txt \
9191
$PREFIX/config/$RTOS/dev_uros_packages.repos
92-
rosdep install --os=ubuntu:jammy -y --from-paths $DEV_WS_DIR -i $DEV_WS_DIR --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
92+
rosdep install --os=ubuntu:noble -y --from-paths $DEV_WS_DIR -i $DEV_WS_DIR --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
9393

9494
# Creating mcu directory
9595
mkdir mcu_ws
@@ -110,7 +110,7 @@ if [ $RTOS != "host" ]; then
110110
fi
111111

112112
# Install dependecies for specific platform
113-
rosdep install --os=ubuntu:jammy -y --from-paths $PREFIX/config/$RTOS/$TARGET_FOLDER -i $PREFIX/config/$RTOS/$TARGET_FOLDER --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
113+
rosdep install --os=ubuntu:noble -y --from-paths $PREFIX/config/$RTOS/$TARGET_FOLDER -i $PREFIX/config/$RTOS/$TARGET_FOLDER --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
114114

115115
# Creating specific firmware folder
116116
. $PREFIX/config/$RTOS/$TARGET_FOLDER/create.sh

0 commit comments

Comments
 (0)