Skip to content

Individual strings uri and resource_string replaced by Resource msg #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
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