-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup package.xml und clarify tests of JTC. (#889)
* Cleanup package.xml und clarify tests of JTC. * Update joint_trajectory_controller/package.xml Co-authored-by: Bence Magyar <[email protected]> --------- Co-authored-by: Bence Magyar <[email protected]> (cherry picked from commit 1d0d753) # Conflicts: # joint_trajectory_controller/package.xml
- Loading branch information
1 parent
af241b1
commit dd13bc4
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,28 +4,28 @@ | |
<version>2.29.0</version> | ||
<description>Controller for executing joint-space trajectories on a group of joints</description> | ||
<maintainer email="[email protected]">Bence Magyar</maintainer> | ||
<maintainer email="[email protected]">Jordan Palacios</maintainer> | ||
<maintainer email="[email protected]">Karsten Knese</maintainer> | ||
<maintainer email="[email protected]">Dr. Denis Štogl</maintainer> | ||
<maintainer email="[email protected]">Christoph Froehlich</maintainer> | ||
|
||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<build_depend>angles</build_depend> | ||
<build_depend>pluginlib</build_depend> | ||
<build_depend>realtime_tools</build_depend> | ||
|
||
<exec_depend>angles</exec_depend> | ||
<exec_depend>pluginlib</exec_depend> | ||
<exec_depend>realtime_tools</exec_depend> | ||
|
||
<depend>angles</depend> | ||
<depend>backward_ros</depend> | ||
<depend>controller_interface</depend> | ||
<depend>control_msgs</depend> | ||
<depend>control_toolbox</depend> | ||
<depend>hardware_interface</depend> | ||
<depend>pluginlib</depend> | ||
<depend>rclcpp</depend> | ||
<depend>rclcpp_lifecycle</depend> | ||
<<<<<<< HEAD | ||
======= | ||
<depend>realtime_tools</depend> | ||
<depend>rsl</depend> | ||
<depend>tl_expected</depend> | ||
>>>>>>> 1d0d753 (Cleanup package.xml und clarify tests of JTC. (#889)) | ||
<depend>trajectory_msgs</depend> | ||
<depend>generate_parameter_library</depend> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters