dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.36k stars 69 forks source link

Enable ROS2 service calls from C++ nodes #441

Closed phil-opp closed 3 months ago

phil-opp commented 3 months ago

Allows creating ROS2 service clients in C++ nodes using our dora-ros2-bridge.

Builds upon #439

Usage

phil-opp commented 3 months ago

Thanks @bobd988 for the README update!