Skip to content

Commit 5a3d9c7

Browse files
committed
Fix Raspbian
1 parent 8f7e067 commit 5a3d9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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/foxy/ros2.repos |\
6+
curl -s https://raw.githubusercontent.com/ros2/ros2/master/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
if [ -d mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx ]; then

0 commit comments

Comments
 (0)