Skip to content

v0.0.4

Pre-release
Pre-release

Choose a tag to compare

@Deng-Ran Deng-Ran released this 18 Jul 05:49
  1. Typed Node API is now the default (create_publisher::, create_subscription::, typed service/action clients).
  2. Raw byte APIs renamed to *_raw variants.
  3. node.spin() auto-manages a single-threaded executor (no manual add_node for simple cases).
  4. Added Foxglove message schemas and a Fibonacci action example.
  5. Python typed wrappers for pub/sub, service, and action over protobuf message classes.