We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f126eb1 commit 9ae1ca7Copy full SHA for 9ae1ca7
config/host/generic/client_host_packages.repos
@@ -13,7 +13,7 @@ repositories:
13
uros/rclc:
14
type: git
15
url: https://github.com/ros2/rclc.git
16
- version: master
+ version: jazzy
17
uros/micro_ros_msgs:
18
19
url: https://github.com/micro-ROS/micro_ros_msgs.git
config/raspbian/generic/configure.sh
@@ -3,7 +3,7 @@
3
pushd $FW_TARGETDIR >/dev/null
4
rm -rf mcu_ws/*
5
cp raspbian_apps/toolchain.cmake mcu_ws/
6
- curl -s https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos |\
+ curl -s https://raw.githubusercontent.com/ros2/ros2/jazzy/ros2.repos |\
7
ros2 run micro_ros_setup yaml_filter.py raspbian_apps/$CONFIG_NAME/ros2_repos.filter > ros2.repos
8
vcs import --input ros2.repos mcu_ws/ && rm ros2.repos
9
0 commit comments