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 a5bb6e3 commit d2cef7cCopy full SHA for d2cef7c
1 file changed
scripts/create_firmware_ws.sh
@@ -102,8 +102,6 @@ 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
# Fix failing build by ignoring rmw_test_fixture.
108
touch ros2/ament_cmake_ros/rmw_test_fixture/COLCON_IGNORE
109
colcon build
0 commit comments