Skip to content

Commit

Permalink
add actionlib_msgs dep
Browse files Browse the repository at this point in the history
  • Loading branch information
LeroyR committed Sep 1, 2023
1 parent c605a00 commit 6015032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1.3)
project(moveit_task_constructor_msgs)

set(MSG_DEPS moveit_msgs visualization_msgs)
set(MSG_DEPS moveit_msgs visualization_msgs actionlib_msgs)

find_package(catkin REQUIRED COMPONENTS
message_generation
Expand Down
1 change: 1 addition & 0 deletions msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<depend>message_generation</depend>
<depend>moveit_msgs</depend>
<depend>visualization_msgs</depend>
<depend>actionlib_msgs</depend>

<exec_depend>message_runtime</exec_depend>
</package>

0 comments on commit 6015032

Please sign in to comment.