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
To install my own sigint handler, I currently have to call signal() after creating the scheduler (thus overwriting the one installed by the scheduler), which is kind of tricky.
An option similar to ros::init_options::NoSigintHandler would be helpful.
The text was updated successfully, but these errors were encountered:
To install my own sigint handler, I currently have to call signal() after creating the scheduler (thus overwriting the one installed by the scheduler), which is kind of tricky.
An option similar to ros::init_options::NoSigintHandler would be helpful.
The text was updated successfully, but these errors were encountered: