Skip to content

Commit

Permalink
Add missing std_srvs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rolker authored and vooon committed Aug 28, 2024
1 parent 82784b8 commit 0d0f544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mavros_extras/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ find_package(catkin REQUIRED COMPONENTS
roscpp
sensor_msgs
std_msgs
std_srvs
tf
tf2_eigen
urdf
Expand Down
1 change: 1 addition & 0 deletions mavros_extras/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<depend>mavros_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>visualization_msgs</depend>
<depend>urdf</depend>
<depend>tf</depend>
Expand Down

0 comments on commit 0d0f544

Please sign in to comment.