Skip to content

Commit

Permalink
[JTC] Remove deprecation from parameters validation file. (#476)
Browse files Browse the repository at this point in the history
* [JTC] Remove deprecation from parameters validation file.

* Add new dependencies.

* Add missing dependencies

* Update package.xml

(cherry picked from commit b72d0bb)
  • Loading branch information
destogl authored and mergify[bot] committed Dec 12, 2023
1 parent af241b1 commit 488f145
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions joint_trajectory_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
rclcpp
rclcpp_lifecycle
realtime_tools
rsl
tl_expected
trajectory_msgs
)

Expand Down
4 changes: 3 additions & 1 deletion joint_trajectory_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
<depend>controller_interface</depend>
<depend>control_msgs</depend>
<depend>control_toolbox</depend>
<depend>generate_parameter_library</depend>
<depend>hardware_interface</depend>
<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
<depend>rsl</depend>
<depend>tl_expected</depend>
<depend>trajectory_msgs</depend>
<depend>generate_parameter_library</depend>

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>controller_manager</test_depend>
Expand Down

0 comments on commit 488f145

Please sign in to comment.