Remove mavros_msgs from generate_messages

This commit is contained in:
Oleg Kalachev
2017-11-29 20:16:14 +03:00
parent bdc9008d05
commit 95ccdffcdd

View File

@@ -84,7 +84,6 @@ add_service_files(
generate_messages(
DEPENDENCIES
std_msgs # Or other packages containing msgs
mavros_msgs
)
################################################