Skip to content

Commit

Permalink
added std_srvs to package dependencies (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Szymański <[email protected]>
  • Loading branch information
Bitterisland6 authored Aug 2, 2023
1 parent f6fc6ee commit 4989c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions leo_fw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ find_package(catkin REQUIRED COMPONENTS
nav_msgs
roscpp
sensor_msgs
std_srvs
)

find_package(yaml-cpp REQUIRED)
Expand All @@ -18,6 +19,7 @@ catkin_package(
nav_msgs
roscpp
sensor_msgs
std_srvs
)

include_directories(
Expand Down
2 changes: 1 addition & 1 deletion leo_fw/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<exec_depend>rosnode</exec_depend>
<exec_depend>rosservice</exec_depend>

<exec_depend>std_srvs</exec_depend>
<exec_depend>rosmon_msgs</exec_depend>

<exec_depend>python3-numpy</exec_depend>

<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_srvs</depend>
<depend>nav_msgs</depend>
<depend>yaml-cpp</depend>

Expand Down

0 comments on commit 4989c1c

Please sign in to comment.