Skip to content

Commit

Permalink
launcher: respawn main process if it dies
Browse files Browse the repository at this point in the history
.. instead of just waiting forever and being confused about why things
don't work
  • Loading branch information
joonas-fi committed Oct 12, 2023
1 parent 481210f commit e7fee99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch/sensors_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def generate_launch_description():
{"frame_id": rplidar_frame},
],
output = 'screen',
respawn = True,
),
),

Expand Down

0 comments on commit e7fee99

Please sign in to comment.