Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 6e743aa

Browse files
Merge pull request #168 from project-march/fix/controller-dependencies
Add controller dependencies
2 parents 5986270 + 3d7181b commit 6e743aa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

march_hardware_interface/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ find_package(catkin REQUIRED COMPONENTS
77
control_toolbox
88
controller_manager
99
joint_limits_interface
10+
joint_state_controller
11+
joint_trajectory_controller
1012
march_description
1113
march_hardware
1214
march_hardware_builder

march_hardware_interface/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<depend>roscpp</depend>
1414
<depend>std_msgs</depend>
1515
<depend>joint_limits_interface</depend>
16+
<depend>joint_trajectory_controller</depend>
17+
<depend>joint_state_controller</depend>
1618
<depend>controller_manager</depend>
1719
<depend>realtime_tools</depend>
1820
<depend>control_toolbox</depend>

0 commit comments

Comments
 (0)