Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/freertos/crazyflie21/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pushd $FW_TARGETDIR >/dev/null
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down
1 change: 0 additions & 1 deletion config/freertos/esp32/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pushd $FW_TARGETDIR >/dev/null
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos >/dev/null

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down
1 change: 0 additions & 1 deletion config/freertos/nucleo_f446re/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pushd $FW_TARGETDIR >/dev/null
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down
1 change: 0 additions & 1 deletion config/freertos/nucleo_f446ze/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pushd $FW_TARGETDIR >/dev/null
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down
1 change: 0 additions & 1 deletion config/freertos/nucleo_f746zg/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pushd $FW_TARGETDIR >/dev/null
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down
1 change: 0 additions & 1 deletion config/freertos/nucleo_f767zi/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pushd $FW_TARGETDIR >/dev/null
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down
1 change: 0 additions & 1 deletion config/freertos/olimex-stm32-e407/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pushd $FW_TARGETDIR >/dev/null
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down
1 change: 0 additions & 1 deletion config/generate_lib/generic/create.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pushd $FW_TARGETDIR >/dev/null

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down
3 changes: 0 additions & 3 deletions config/raspbian/generic/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ pushd $FW_TARGETDIR >/dev/null
curl -s https://raw.githubusercontent.com/ros2/ros2/master/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
if [ -d mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx ]; then
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
fi

if [ -d mcu_ws/ros2/rosidl ]; then
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_c/COLCON_IGNORE
Expand Down
1 change: 0 additions & 1 deletion config/zephyr/generic/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pushd $FW_TARGETDIR >/dev/null
vcs import --input $PREFIX/config/$RTOS/generic/board.repos

# ignore broken packages
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
touch mcu_ws/ros2/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE
touch mcu_ws/ros2/rcl/COLCON_IGNORE
touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE
Expand Down