Skip to content

Commit

Permalink
add missing pluginlib
Browse files Browse the repository at this point in the history
  • Loading branch information
lianghongzhuo authored and stefanscherzinger committed Feb 23, 2023
1 parent 3f88e21 commit fdc1b96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions twist_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ find_package(catkin REQUIRED COMPONENTS
hardware_interface
realtime_tools
roscpp
pluginlib
)

## System dependencies are found with CMake's conventions
Expand Down Expand Up @@ -115,6 +116,7 @@ catkin_package(
hardware_interface
realtime_tools
roscpp
pluginlib
#DEPENDS system_lib
)

Expand Down
2 changes: 2 additions & 0 deletions twist_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
<depend>roscpp</depend>

<build_depend>controller_interface</build_depend>
<build_depend>pluginlib</build_depend>
<exec_depend>controller_interface</exec_depend>
<exec_depend>pluginlib</exec_depend>
<build_export_depend>controller_interface</build_export_depend>

<export>
Expand Down

0 comments on commit fdc1b96

Please sign in to comment.