Skip to content

rosrust v0.6.3

Choose a tag to compare

@adnanademovic adnanademovic released this 01 Jan 15:15
· 452 commits to master since this release
a28adff

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.