Skip to content

Commit

Permalink
passing world basename to competition bridges
Browse files Browse the repository at this point in the history
  • Loading branch information
M1chaelM committed Jun 27, 2023
1 parent d9ab7d4 commit 580b84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrx_gz/launch/competition.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def launch(context, *args, **kwargs):
launch_processes.extend(vrx_gz.launch.spawn(sim_mode, world_name_base, models, robot))

if (sim_mode == 'bridge' or sim_mode == 'full') and bridge_competition_topics:
launch_processes.extend(vrx_gz.launch.competition_bridges(world_name))
launch_processes.extend(vrx_gz.launch.competition_bridges(world_name_base))

return launch_processes

Expand Down

0 comments on commit 580b84b

Please sign in to comment.