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.5k stars 79 forks source link

Update dora new #553

Closed XxChang closed 3 months ago

XxChang commented 3 months ago

Update the template, change node_1 & op_1 to talker_1 & listener_1.

Also add ci test supports to c/cxx template

haixuanTao commented 3 months ago

Last round of review ! Looks great overall.

Just tried it out and remark couple of things that I would like to change.

Thanks!

XxChang commented 3 months ago

Thanks for review!