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.
|
- nodes:
- - id: camera
- build: pip install -e ../../node-hub/dora-reachy2
- path: dora-reachy2-camera
- inputs:
- tick: dora/timer/millis/20
- outputs:
- - image_left
- - image_right
- - image_depth
- - depth
- env:
- ROBOT_IP: 10.42.0.80
-
- - id: plot
- build: pip install -e ../../node-hub/dora-rerun
- path: dora-rerun
- inputs:
- # image_left: camera/image_left
- image: camera/image_depth
- depth: camera/depth
|