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

fix cargo run --example cmake-dataflow compile bugs #460

Closed XxChang closed 3 months ago

XxChang commented 3 months ago

Previous work leverage corrosion to produce artifacts so that corrosion will put lib.rs.cc into another dir different from target_dir().

The cargo run --example cmake-dataflow command will fail when the lib.rs.cc have never been created before.

see https://github.com/dora-rs/dora/issues/446