Skip to content

Commit

Permalink
Jazzy branch fixes (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 authored Jul 30, 2024
1 parent f126eb1 commit 9ae1ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/host/generic/client_host_packages.repos
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories:
uros/rclc:
type: git
url: https://github.com/ros2/rclc.git
version: master
version: jazzy
uros/micro_ros_msgs:
type: git
url: https://github.com/micro-ROS/micro_ros_msgs.git
Expand Down
2 changes: 1 addition & 1 deletion config/raspbian/generic/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pushd $FW_TARGETDIR >/dev/null
rm -rf mcu_ws/*
cp raspbian_apps/toolchain.cmake mcu_ws/
curl -s https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos |\
curl -s https://raw.githubusercontent.com/ros2/ros2/jazzy/ros2.repos |\
ros2 run micro_ros_setup yaml_filter.py raspbian_apps/$CONFIG_NAME/ros2_repos.filter > ros2.repos
vcs import --input ros2.repos mcu_ws/ && rm ros2.repos

Expand Down

0 comments on commit 9ae1ca7

Please sign in to comment.