We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2c0b4 commit bc9e9e6Copy full SHA for bc9e9e6
msg/Resource.msg
@@ -1,5 +1,7 @@
1
# This message is used to specify a resource, either by a URI or by its string content.
2
3
-string uri
4
-
5
-string resource_string # The content of the resource, only used if uri is empty
+string uri # If uri field is empty, resource_string must not be empty.
+
+string resource_string # An entity definition file passed as a string, only used if uri is empty.
6
+ # If uri field is not empty, resource_string field will be ignored.
7
+ # Simulators may support spawning from a file generated on the fly (e.g. XACRO).
0 commit comments