Skip to content

Commit 2ea29e4

Browse files
level_resource changed to world_resource
Signed-off-by: Norbert Prokopiuk <norbert.prokopiuk@robotec.ai>
1 parent 5a81d19 commit 2ea29e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srv/LoadWorld.srv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Currently loaded worlds will be unloaded before attempting to load a new one.
66
# Any previously spawned entities will be removed. Once a world is loaded, simulation will be left in a Stopped state.
77

8-
Resource level_resource # Resource such as SDF, USD, MJCF, or other simulator-native format world file or,
8+
Resource world_resource # Resource such as SDF, USD, MJCF, or other simulator-native format world file or,
99
# Simulation world passed as a string.
1010

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

0 commit comments

Comments
 (0)