Skip to content

Releases: adnanademovic/rosrust

rosrust v0.9.5

24 Aug 14:04
Compare
Choose a tag to compare
  • add support for raw publishers and subscribers
  • fix bug where fixed length arrays of nested messages would not compile

rosrust v0.9.3

14 Feb 15:44
Compare
Choose a tag to compare

Bug Fix

  • terminate node on SIGTERM as well

rosrust v0.9.1

25 Nov 18:51
Compare
Choose a tag to compare

Bug Fix

  • traverse child directories when looking for message definitions at compile time

rosrust v0.9.0

07 Nov 16:25
5caf158
Compare
Choose a tag to compare

Upgrade all dependencies, possibly introducing breaking changes, which is the reason for the larger version bump.

rosrust v0.8.2

07 Nov 15:39
Compare
Choose a tag to compare

Bug Fixes

  • allow connecting to channel when only some properties are provided as wildcards in header.
  • fix connecting to some dynamic subscribers by providing more data in header.

rosrust v0.8.1

14 Jun 10:08
Compare
Choose a tag to compare

Bug Fix

  • fixed generation of PartialEq and Debug for long arrays.

rosrust v0.8.0

07 Jun 17:22
Compare
Choose a tag to compare
  • Many API changes
  • Fixes to bugs
  • Performance improvements

rosrust v0.7.1

16 Nov 11:12
Compare
Choose a tag to compare

Bug Fix

  • fixed handling of booleans for ROSMSG.

rosrust v0.7.0

11 Nov 11:58
Compare
Choose a tag to compare

Feature

  • Switch to using procedural macros for message generation

rosrust v0.6.4

03 Feb 10:07
Compare
Choose a tag to compare

Bug Fix

  • fix parsing of empty messages for service responses.