Add msg definitions used by micro-ROS graph manager

This commit is contained in:
Jose Antonio Moral
2020-12-01 08:03:04 +01:00
parent 5ae168968b
commit 642875e25c
5 changed files with 72 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
byte PUBLISHER=0
byte SUBSCRIBER=1
byte SERVICE_SERVER=2
byte SERVICE_CLIENT=3
byte entity_type
string<=256 name
string<=256[] types
+1
View File
@@ -0,0 +1 @@
Node[] nodes
+3
View File
@@ -0,0 +1,3 @@
string<=256 node_namespace
string<=256 node_name
Entity[] entities