File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <depend >python3-yaml</depend >
1313 <depend >clang-tidy</depend >
1414
15+ <buildtool_depend >ament_cmake</buildtool_depend >
16+ <buildtool_depend >ament_lint_auto</buildtool_depend >
1517 <build_depend >flex</build_depend >
1618 <build_depend >bison</build_depend >
1719 <build_depend >libncurses-dev</build_depend >
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ popd >/dev/null
102102. $( dirname $0 ) /clean_env.sh
103103if [ $RTOS != " host" ]; then
104104 pushd $FW_TARGETDIR /$DEV_WS_DIR > /dev/null
105+ # Fix failing build by ignoring rmw_test_fixture_implementation.
106+ touch ros2/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE
107+ # Fix failing build by ignoring rmw_test_fixture.
108+ touch ros2/ament_cmake_ros/rmw_test_fixture/COLCON_IGNORE
105109 colcon build
106110 set +o nounset
107111 # source dev workspace
@@ -114,4 +118,3 @@ rosdep install --os=ubuntu:noble -y --from-paths $PREFIX/config/$RTOS/$TARGET_FO
114118
115119# Creating specific firmware folder
116120. $PREFIX /config/$RTOS /$TARGET_FOLDER /create.sh
117-
You can’t perform that action at this time.
0 commit comments