|
nros C API
Lightweight ROS 2 client for embedded real-time systems
|
Topic publishers and subscriptions. More...
Files | |
| file | publisher.h |
| Topic publisher API. | |
| file | subscription.h |
| Topic subscription API. | |
Topic publishers and subscriptions.
nros_publisher_t sends typed (or raw-CDR) messages on a topic; nros_subscription_t receives them. Subscriptions can run with a callback registered on the executor, or be polled manually with nros_subscription_take.