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

Cleaner rover shutdown #226

Open
Terracom12 opened this issue Jan 11, 2025 · 0 comments
Open

Cleaner rover shutdown #226

Terracom12 opened this issue Jan 11, 2025 · 0 comments
Labels
gui help wanted Extra attention is needed systems

Comments

@Terracom12
Copy link
Member

Currently shutdown is done by killing the tmux server, which in turn quickly kills each of the processes running locally and remotely.

This seems to break some processes that require clean-up behavior like the LiDAR driver. Perhaps try sending SIGINT to all processes first through some tmux facility?

There are certainly nicer ways to solve this with more integration with launch_ros and maybe systemd as an alternative to a tmux server. See the subsequent issue on a more streamlined launch system.

@Terracom12 Terracom12 added gui help wanted Extra attention is needed systems labels Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui help wanted Extra attention is needed systems
Projects
None yet
Development

No branches or pull requests

1 participant