Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions srv/LoadWorld.srv
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
# Currently loaded worlds will be unloaded before attempting to load a new one.
# Any previously spawned entities will be removed. Once a world is loaded, simulation will be left in a Stopped state.

string uri # Resource such as SDF, USD, MJCF, or other simulator-native format world file.

string resource_string # Simulation world passed as a string. This field is used if the uri field is empty.
Resource level_resource # Resource such as SDF, USD, MJCF, or other simulator-native format world file or,
# Simulation world passed as a string.

bool fail_on_unsupported_element # Fail on unsupported elements (such as SDFormat sub-tags). By default, such elements are ignored.

Expand Down