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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Feature
override handling of SIGINT signals (Ctrl+C) so rosrust::is_ok() and rosrust::spin() allow handling it now. This also fixes issue #37, since SIGINT wouldn't allow time for unregistering before.
Bug Fix
fix clock locking up and giving extremely long intervals when simulated time is enabled (issue #36).
fix typo in ROS Master API which disallowed unregistering subscribers upon request.