|
nros C API
Lightweight ROS 2 client for embedded real-time systems
|
Library initialisation and support context. More...
#include "nros/types.h"

Go to the source code of this file.
Library initialisation and support context.
The support context (nros_support_t) is the entry point for all nros operations. It manages the middleware session (zenoh-pico) and must be initialised before any nodes, publishers, or subscriptions are created.
Typical usage: