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.

ios-dev.yaml 340 B

1 year ago
1 year ago
12345678910111213141516
  1. nodes:
  2. - id: camera
  3. build: pip install -e ../../node-hub/dora-ios-lidar
  4. path: dora-ios-lidar
  5. inputs:
  6. tick: dora/timer/millis/20
  7. outputs:
  8. - image
  9. - depth
  10. - id: plot
  11. build: pip install -e ../../node-hub/dora-rerun
  12. path: dora-rerun
  13. inputs:
  14. image: camera/image
  15. depth: camera/depth