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.yaml 398 B

12345678910111213141516171819
  1. nodes:
  2. - id: dora_ros2_bridge
  3. custom:
  4. source: python
  5. python: random_turtle.py
  6. inputs:
  7. direction: control/direction
  8. timer: dora/timer/millis/50
  9. outputs:
  10. - turtle_pose
  11. - id: control
  12. custom:
  13. source: python
  14. args: ./control_node.py
  15. inputs:
  16. turtle_pose: dora_ros2_bridge/turtle_pose
  17. outputs:
  18. - direction

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