We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c7583 commit cd35ca7Copy full SHA for cd35ca7
1 file changed
srv/SpawnEntities.srv
@@ -1,12 +1,12 @@
1
# Spawn multiple entities (robots, objects) by name or URI.
2
# Support for this interface is indicated through the SPAWNING_ENTITIES value in GetSimulatorFeatures.
3
4
-SpawnEntity spawn_requests[] # List of spawn requests.
+SpawnEntity[] spawn_requests # List of spawn requests.
5
6
---
7
8
# Additional result.result_code values for this service. Check result.error_message for further details.
9
uint8 ENTITIES_SPAWN_FAILED = 150 # There was at least one failed spawn request. Check individual results in the `results`.
10
11
Result result # If one or more requests failed, it will give ENTITIES_SPAWN_FAILED otherwise RESULT_OK
12
-SpawnResult results[] # List of results for each spawn request.
+SpawnResult[] results # List of results for each spawn request.
0 commit comments