Skip to content

Commit 9ae1ca7

Browse files
authored
Jazzy branch fixes (#715)
1 parent f126eb1 commit 9ae1ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/host/generic/client_host_packages.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories:
1313
uros/rclc:
1414
type: git
1515
url: https://github.com/ros2/rclc.git
16-
version: master
16+
version: jazzy
1717
uros/micro_ros_msgs:
1818
type: git
1919
url: https://github.com/micro-ROS/micro_ros_msgs.git

config/raspbian/generic/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pushd $FW_TARGETDIR >/dev/null
44
rm -rf mcu_ws/*
55
cp raspbian_apps/toolchain.cmake mcu_ws/
6-
curl -s https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos |\
6+
curl -s https://raw.githubusercontent.com/ros2/ros2/jazzy/ros2.repos |\
77
ros2 run micro_ros_setup yaml_filter.py raspbian_apps/$CONFIG_NAME/ros2_repos.filter > ros2.repos
88
vcs import --input ros2.repos mcu_ws/ && rm ros2.repos
99

0 commit comments

Comments
 (0)