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

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