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

Remove `cxx_build` call, which is no longer used #470

Closed phil-opp closed 2 months ago

phil-opp commented 3 months ago

The message generation is now done in the C++ node API. This feature-gated call is never activated.

Reported by @Michael-J-Ward on Discord.