Skip to content

Commit

Permalink
Removes CMake dependency to controller_manager (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone authored Sep 28, 2023
1 parent 82abd7d commit c142691
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion andino_base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ endif()

find_package(ament_cmake REQUIRED)
find_package(hardware_interface REQUIRED)
find_package(controller_manager REQUIRED)
find_package(rclcpp REQUIRED)
find_package(pluginlib REQUIRED)

Expand Down
1 change: 0 additions & 1 deletion andino_base/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

<exec_depend>controller_manager</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>

<test_depend>ament_cmake_clang_format</test_depend>

Expand Down

0 comments on commit c142691

Please sign in to comment.