You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: