Skip to content

Commit

Permalink
Try to fix test run failure on ROS1 build farm
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 27, 2024
1 parent 99fcc4d commit 7fc71a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@

<!-- COMMON DEPS -->
<build_depend>ros_environment</build_depend>
<test_depend>ros_environment</test_depend>

<!-- BUILD TOOLS -->
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<test_depend condition="$ROS_VERSION == 1">catkin</test_depend>

<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_gmock</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
Expand Down

0 comments on commit 7fc71a3

Please sign in to comment.