Skip to content

Commit

Permalink
add missing std_srvs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xqms committed Jul 11, 2023
1 parent 2e28c0b commit 9b53b2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions rosbag_fancy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ find_package(catkin REQUIRED COMPONENTS
roscpp
rosfmt
roslz4
std_srvs
topic_tools
tf2_ros
)
Expand Down
1 change: 1 addition & 0 deletions rosbag_fancy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<depend>roscpp</depend>
<depend>roslz4</depend>
<depend>rosfmt</depend>
<depend>std_srvs</depend>
<depend>tf2_ros</depend>
<depend>topic_tools</depend>
</package>
1 change: 1 addition & 0 deletions rqt_rosbag_fancy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ find_package(catkin REQUIRED COMPONENTS
rosfmt
rqt_gui
rqt_gui_cpp
std_srvs
)

catkin_package()
Expand Down
1 change: 1 addition & 0 deletions rqt_rosbag_fancy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<depend>rosfmt</depend>
<depend>rqt_gui</depend>
<depend>rqt_gui_cpp</depend>
<depend>std_srvs</depend>

<build_depend>qtbase5-dev</build_depend>

Expand Down

0 comments on commit 9b53b2e

Please sign in to comment.