Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respawn nodes if they crash #243

Open
steph1111 opened this issue Jun 9, 2024 · 1 comment
Open

Respawn nodes if they crash #243

steph1111 opened this issue Jun 9, 2024 · 1 comment
Labels
priority: mid We would like to do this

Comments

@steph1111
Copy link
Member

Add respawn argument to launch files to rerun nodes if they crash.

@steph1111 steph1111 added the priority: mid We would like to do this label Jun 9, 2024
@steph1111 steph1111 moved this to Not Started in Todo 2024 Jun 9, 2024
@steph1111
Copy link
Member Author

ROS2 respawn

 Node(
            package='orca_base',
            executable='fake_barometer.py',
            output='screen',
            name='fake_barometer',
            respawn=True,
            respawn_delay=4,
        )

@steph1111 steph1111 moved this from Not Started to Done (untested) in Todo 2024 Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: mid We would like to do this
Projects
Status: Done (untested)
Development

No branches or pull requests

1 participant