Rosrust Versions Save

Pure Rust implementation of a ROS client library

v0.9.5

3 years ago
  • add support for raw publishers and subscribers
  • fix bug where fixed length arrays of nested messages would not compile

v0.9.3

4 years ago

Bug Fix

  • terminate node on SIGTERM as well

v0.9.1

4 years ago

Bug Fix

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

v0.9.0

4 years ago

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

v0.8.2

4 years ago

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.

v0.8.1

4 years ago

Bug Fix

  • fixed generation of PartialEq and Debug for long arrays.

v0.8.0

4 years ago
  • Many API changes
  • Fixes to bugs
  • Performance improvements

v0.7.1

5 years ago

Bug Fix

  • fixed handling of booleans for ROSMSG.

v0.7.0

5 years ago

Feature

  • Switch to using procedural macros for message generation

v0.6.4

6 years ago

Bug Fix

  • fix parsing of empty messages for service responses.