Skip to content

Commit

Permalink
Extra bridge worlds. (#745)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero authored Oct 6, 2023
1 parent b4c65e2 commit dd7b6b3
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions vrx_gz/src/vrx_gz/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
'practice_2023_perception2_task',
'perception0',
'perception1',
'perception2'
'perception2',
'perception3',
'perception4',
'perception5'
]

STATIONKEEPING_WORLDS = [
Expand All @@ -53,7 +56,10 @@
'practice_2023_stationkeeping2_task',
'stationkeeping0',
'stationkeeping1',
'stationkeeping2'
'stationkeeping2',
'stationkeeping3',
'stationkeeping4',
'stationkeeping5'
]

WAYFINDING_WORLDS = [
Expand All @@ -63,7 +69,10 @@
'practice_2023_wayfinding2_task',
'wayfinding0',
'wayfinding1',
'wayfinding2'
'wayfinding2',
'wayfinding3',
'wayfinding4',
'wayfinding5'
]

WILDLIFE_WORLDS = [
Expand All @@ -73,7 +82,10 @@
'practice_2023_wildlife2_task',
'wildlife0',
'wildlife1',
'wildlife2'
'wildlife2',
'wildlife3',
'wildlife4',
'wildlife5'
]

SCAN_DOCK_DELIVER_WORLDS = [
Expand All @@ -83,7 +95,10 @@
'practice_2023_scan_dock_deliver2_task',
'scan_dock_deliver0',
'scan_dock_deliver1',
'scan_dock_deliver2'
'scan_dock_deliver2',
'scan_dock_deliver3',
'scan_dock_deliver4',
'scan_dock_deliver5'
]

ACOUSTIC_TRACKING_WORLDS = [
Expand All @@ -93,7 +108,10 @@
'practice_2023_acoustic_tracking2_task',
'acoustic_tracking0',
'acoustic_tracking1',
'acoustic_tracking2'
'acoustic_tracking2',
'acoustic_tracking3',
'acoustic_tracking4',
'acoustic_tracking5'
]

FOLLOWPATH_WORLDS = [
Expand All @@ -103,7 +121,10 @@
'practice_2023_follow_path2_task',
'follow_path0',
'follow_path1',
'follow_path2'
'follow_path2',
'follow_path3',
'follow_path4',
'follow_path5'
]

def simulation(world_name, headless=False, paused=False, extra_gz_args=''):
Expand Down

0 comments on commit dd7b6b3

Please sign in to comment.