You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

dataflow.yml 858 B

12345678910111213141516171819202122232425262728293031323334353637
  1. communication:
  2. zenoh:
  3. prefix: /example-cxx-dataflow
  4. nodes:
  5. - id: cxx-node-rust-api
  6. custom:
  7. source: build/node_rust_api
  8. inputs:
  9. tick: dora/timer/millis/300
  10. outputs:
  11. - counter
  12. - id: cxx-node-c-api
  13. custom:
  14. source: build/node_c_api
  15. inputs:
  16. tick: dora/timer/millis/300
  17. outputs:
  18. - counter
  19. - id: runtime-node-1
  20. operators:
  21. - id: operator-rust-api
  22. shared-library: build/operator_rust_api
  23. inputs:
  24. counter_1: cxx-node-c-api/counter
  25. counter_2: cxx-node-rust-api/counter
  26. outputs:
  27. - status
  28. - id: runtime-node-2
  29. operators:
  30. - id: operator-c-api
  31. shared-library: build/operator_c_api
  32. inputs:
  33. op_status: runtime-node-1/operator-rust-api/status
  34. outputs:
  35. - half-status

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 datafl