File size: 942 Bytes
1646f18
 
 
 
 
 
 
 
 
 
 
 
 
3c8b0eb
1646f18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3c8b0eb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
nodes:
  - id: webcam
    custom:
      source: ../operators/opencv_stream.py
      outputs:
        - image
  - id: idefics2
    operator:
      python:  ../operators/idefics2_op.py
      inputs:
        image: 
          source: webcam/image
          queue_size: 1
        text: whisper/text
      outputs:
        - speak
        - control
  - id: robot
    custom:
      source: /home/peter/miniconda3/envs/robomaster/bin/python
      args: ../operators/robot_minimize.py 
      inputs:
        control: idefics2/control
  - id: parler
    operator:
      python:  ../operators/parler_op.py
      inputs:
        text: 
          source: idefics2/speak
          queue_size: 1
  - id: plot_bot
    operator:
      python: ../operators/plot.py
      inputs:
        image: webcam/image
  - id: whisper
    operator:
      python: ../operators/whisper_op.py
      inputs:
        audio: dora/timer/millis/1000
      outputs:
        - text