|
nros C API
Lightweight ROS 2 client for embedded real-time systems
|
Node creation and lifecycle. More...
Files | |
| file | node.h |
| ROS 2 node creation and management. | |
Node creation and lifecycle.
nros_node_t is the parent for publishers, subscriptions, services, clients, action servers, and action clients. Each entity is bound to a node at init time and torn down before the node itself.