|
nros C API
Lightweight ROS 2 client for embedded real-time systems
|
Service servers and clients. More...
Files | |
| file | client.h |
| Service client API. | |
| file | service.h |
| Service server API. | |
Service servers and clients.
Provides request/response RPC via nros_service_t (server) and nros_client_t (caller). Servers register a nros_service_callback_t that the executor dispatches when a request arrives; clients can take responses synchronously or via callbacks.