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: 0 additions & 2 deletions pid_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
controller_interface
generate_parameter_library
hardware_interface
parameter_traits
pluginlib
rclcpp
rclcpp_lifecycle
Expand Down Expand Up @@ -60,7 +59,6 @@ target_link_libraries(pid_controller PUBLIC
realtime_tools::realtime_tools
${std_srvs_TARGETS}
${control_msgs_TARGETS}
${parameter_traits_TARGETS}
${std_srvs_TARGETS})

pluginlib_export_plugin_description_file(controller_interface pid_controller.xml)
Expand Down
1 change: 0 additions & 1 deletion pid_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<depend>control_toolbox</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
<depend>parameter_traits</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
Expand Down