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
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<depend>python3-yaml</depend>
<depend>clang-tidy</depend>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_lint_auto</buildtool_depend>
<build_depend>flex</build_depend>
<build_depend>bison</build_depend>
<build_depend>libncurses-dev</build_depend>
Expand Down
3 changes: 2 additions & 1 deletion scripts/create_firmware_ws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ if [ $RTOS != "host" ]; then
pushd $FW_TARGETDIR/$DEV_WS_DIR >/dev/null
# Fix failing build by ignoring rmw_test_fixture_implementation.
touch ros2/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE
# Fix failing build by ignoring rmw_test_fixture.
touch ros2/ament_cmake_ros/rmw_test_fixture/COLCON_IGNORE
colcon build
set +o nounset
# source dev workspace
Expand All @@ -116,4 +118,3 @@ rosdep install --os=ubuntu:noble -y --from-paths $PREFIX/config/$RTOS/$TARGET_FO

# Creating specific firmware folder
. $PREFIX/config/$RTOS/$TARGET_FOLDER/create.sh

Loading