dora-rs / dora

DORA (Dataflow-Oriented Robotic Architecture) 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.58k stars 95 forks source link

Move more types from `dora-core` to `dora-message` to avoid dependency #711

Closed phil-opp closed 1 week ago

phil-opp commented 1 week ago

Make dora-message a dependency of dora-core, instead of the other way around. This way, we can continue to freely bump the version of dora-core with the other workspace crates, without introducing errors such as #708.

Fixes #708