We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159ea7b commit 2340dcaCopy full SHA for 2340dca
scripts/create_firmware_ws.sh
@@ -102,6 +102,8 @@ popd >/dev/null
102
. $(dirname $0)/clean_env.sh
103
if [ $RTOS != "host" ]; then
104
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
colcon build
108
set +o nounset
109
# source dev workspace
0 commit comments