Skip to content
Snippets Groups Projects
Commit 6afbe824 authored by Johannes Mey's avatar Johannes Mey
Browse files

add mqtt message

parent 4bc5c68d
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ add_message_files( ...@@ -82,6 +82,7 @@ add_message_files(
Waypoint.msg Waypoint.msg
StampedVelocity.msg StampedVelocity.msg
StampedInZone.msg StampedInZone.msg
MqttMessage.msg
) )
## Generate services in the 'srv' folder ## Generate services in the 'srv' folder
......
# an MQTT topic that is not treated by a special handler
string topic # the mqtt topic
int8[] content # the content of the message as bytes (int8 in the msg format)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment