Skip to content

Commit a4ff16e

Browse files
authored
Remove parameter_traits dependency (backport #2022) (#2024)
1 parent dc8a272 commit a4ff16e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pid_controller/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
2222
controller_interface
2323
generate_parameter_library
2424
hardware_interface
25-
parameter_traits
2625
pluginlib
2726
rclcpp
2827
rclcpp_lifecycle
@@ -60,7 +59,6 @@ target_link_libraries(pid_controller PUBLIC
6059
realtime_tools::realtime_tools
6160
${std_srvs_TARGETS}
6261
${control_msgs_TARGETS}
63-
${parameter_traits_TARGETS}
6462
${std_srvs_TARGETS})
6563

6664
pluginlib_export_plugin_description_file(controller_interface pid_controller.xml)

pid_controller/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<depend>control_toolbox</depend>
3030
<depend>controller_interface</depend>
3131
<depend>hardware_interface</depend>
32-
<depend>parameter_traits</depend>
3332
<depend>pluginlib</depend>
3433
<depend>rclcpp</depend>
3534
<depend>rclcpp_lifecycle</depend>

0 commit comments

Comments
 (0)