Skip to content

Commit

Permalink
build_depend for ros_environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 6, 2024
1 parent f96d5a1 commit ed97b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion yasmin_demos/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
<depend>yasmin_viewer</depend>
<depend>nav_msgs</depend>
<depend>example_interfaces</depend>
<depend>ros-environment</depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<build_depend>ros_environment</build_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
Expand Down
3 changes: 2 additions & 1 deletion yasmin_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
<depend>yasmin</depend>
<depend>ros-environment</depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<test_depend>python3-pytest-cov</test_depend>

<build_depend>ros_environment</build_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
Expand Down

0 comments on commit ed97b88

Please sign in to comment.