forked from ros-simulation/simulation_interfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGetSpawnables.srv
More file actions
16 lines (13 loc) · 1.24 KB
/
GetSpawnables.srv
File metadata and controls
16 lines (13 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Return a list of resources which are valid as SpawnEntity uri fields (e.g. visible to or registered in simulator).
# This interface is an optional extension and might not be implemented by your simulator, check the result_code.
string[] sources # Optional field for additional sources (local or remote) to search.
# By default, each simulator has visibility of spawnables through
# some mechanisms, e.g. a set of paths, registered assets etc.
# Since the simulator cannot possibly look everywhere,
# this field allows the user to specify additional sources.
# Unrecognized values are listed as such in the result.error_message,
# but do not hinder success of the response.
# Sources may include subcategories and be simulator-specific.
---
Result result
Spawnable[] spawnables # Spawnable objects with URI and additional information.