Skip to content

Commit

Permalink
fix msgs build?
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Oct 18, 2024
1 parent 74cd843 commit a5e1fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mirte_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(std_msgs REQUIRED)
find_package(std_srvs REQUIRED)
find_package(geometry_msgs REQUIRED)

set(msg_files
Expand Down Expand Up @@ -36,7 +37,7 @@ set(srv_files
rosidl_generate_interfaces(${PROJECT_NAME}
${msg_files}
${srv_files}
DEPENDENCIES builtin_interfaces std_msgs
DEPENDENCIES builtin_interfaces std_msgs std_srvs geometry_msgs
)


Expand Down
2 changes: 1 addition & 1 deletion mirte_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<build_depend>geometry_msgs</build_depend>

<depend>std_srvs</depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
Expand Down

0 comments on commit a5e1fb0

Please sign in to comment.