Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
diagnostic_msgs headers are used in the headers (#1)
Browse files Browse the repository at this point in the history
This means it needs to be at least a build_export depend. And likely the messages will be used at runtime so I'm going to make it a full depend tag.
  • Loading branch information
tfoote authored and mm318 committed Nov 27, 2018
1 parent 401f283 commit d217c93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kinesis_video_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<buildtool_depend>catkin</buildtool_depend>

<build_depend>message_generation</build_depend>
<build_depend>diagnostic_msgs</build_depend>

<depend>diagnostic_msgs</depend>

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

0 comments on commit d217c93

Please sign in to comment.