Skip to content

Commit

Permalink
Merge branch 'ros2' into caguero/start_container
Browse files Browse the repository at this point in the history
  • Loading branch information
caguero authored Oct 10, 2024
2 parents d6bc3ac + 1e30af0 commit 4b66447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros_gz_sim/launch/gz_sim.launch.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def launch_gz(context, *args, **kwargs):
else:
debug_prefix = None

if on_exit_shutdown:
if on_exit_shutdown != 'false':
on_exit = Shutdown()
else:
on_exit = None
Expand Down

0 comments on commit 4b66447

Please sign in to comment.