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 291 B

123456789101112131415
  1. nodes:
  2. - id: turtle
  3. path: ./random_turtle.py
  4. inputs:
  5. direction: control/direction
  6. outputs:
  7. - turtle_pose
  8. - id: control
  9. path: ./control_node.py
  10. inputs:
  11. turtle_pose: turtle/turtle_pose
  12. tick: dora/timer/millis/500
  13. outputs:
  14. - direction