Skip to content

Commit

Permalink
add missing pluginlib dependency (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn authored Nov 8, 2024
1 parent 8703caf commit beaa5d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ find_package(catkin REQUIRED COMPONENTS
geometry_msgs
graph_msgs
interactive_markers
shape_msgs
pluginlib
roscpp
roslint
rostest
rviz
shape_msgs
sensor_msgs
std_msgs
tf2_eigen
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<depend>eigen_stl_containers</depend>
<depend>libogre-dev</depend>
<depend>interactive_markers</depend>
<depend>pluginlib</depend>

<!-- Something changed in ROS Lunar / Ubuntu Zesty that requires extra QT5 dependency-->
<!-- I suspect this depend is more than needed, but was the only dependency available -->
Expand Down

0 comments on commit beaa5d8

Please sign in to comment.