Skip to content

Commit

Permalink
fixing dependencies in package.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 5, 2024
1 parent ff0062e commit eeca2e5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion yasmin_demos/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>rclcpp</depend>
<depend>rclpy</depend>
<depend>rclcpp</depend>
<depend>yasmin</depend>
<depend>yasmin_ros</depend>
<depend>yasmin_viewer</depend>
Expand Down
1 change: 0 additions & 1 deletion yasmin_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ find_package(ament_cmake REQUIRED)
find_package(ament_cmake_python REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_action REQUIRED)
find_package(rclpy REQUIRED)
find_package(yasmin REQUIRED)

# C++
Expand Down
3 changes: 2 additions & 1 deletion yasmin_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>rclcpp</depend>
<depend>rclpy</depend>
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
<depend>yasmin</depend>

<test_depend>ament_copyright</test_depend>
Expand Down
1 change: 0 additions & 1 deletion yasmin_viewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(ament_cmake_python REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclpy REQUIRED)
find_package(yasmin REQUIRED)
find_package(yasmin_ros REQUIRED)
find_package(yasmin_msgs REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion yasmin_viewer/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<exec_depend>python3-flask</exec_depend>
<exec_depend>python3-waitress</exec_depend>

<depend>rclcpp</depend>
<depend>rclpy</depend>
<depend>rclcpp</depend>
<depend>yasmin</depend>
<depend>yasmin_ros</depend>
<depend>yasmin_msgs</depend>
Expand Down

0 comments on commit eeca2e5

Please sign in to comment.