File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323# populate the workspace
2424ros2 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 "
Original file line number Diff line number Diff 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
110110fi
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
You can’t perform that action at this time.
0 commit comments