v0.0.4
Pre-release
Pre-release
- Typed Node API is now the default (create_publisher::, create_subscription::, typed service/action clients).
- Raw byte APIs renamed to *_raw variants.
- node.spin() auto-manages a single-threaded executor (no manual add_node for simple cases).
- Added Foxglove message schemas and a Fibonacci action example.
- Python typed wrappers for pub/sub, service, and action over protobuf message classes.