Skip to content

Commit

Permalink
Merge pull request #688 from osrf/M1chaelM/abs_paths_bridges
Browse files Browse the repository at this point in the history
enable competition bridges when world uses absolute paths
  • Loading branch information
M1chaelM authored Jun 27, 2023
2 parents d9ab7d4 + 580b84b commit dc3d955
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 dc3d955

Please sign in to comment.