We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7e067 commit 5a3d9c7Copy full SHA for 5a3d9c7
1 file changed
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/foxy/ros2.repos |\
+ curl -s https://raw.githubusercontent.com/ros2/ros2/master/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
if [ -d mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx ]; then
0 commit comments