-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_record.yml
More file actions
119 lines (112 loc) · 2.87 KB
/
Copy pathtest_record.yml
File metadata and controls
119 lines (112 loc) · 2.87 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
nodes:
- id: piper_left
build: pip install -e ../../node-hub/dora-piper
path: dora-piper
inputs:
tick: dora/timer/millis/40
outputs:
- jointstate
- pose
- gripper
env:
CAN_BUS: can_left
TEACH_MODE: True
- id: piper_right
build: pip install -e ../../node-hub/dora-piper
path: dora-piper
inputs:
tick: dora/timer/millis/40
outputs:
- jointstate
- pose
- gripper
env:
CAN_BUS: can_right
TEACH_MODE: True
- id: camera_center
build: pip install -e ../../node-hub/dora-pyrealsense
path: dora-pyrealsense
inputs:
tick: dora/timer/millis/40
outputs:
- image
- depth
env:
DEVICE_TYPE: 515
ENCODING: jpeg
DEVICE_INDEX: 2
USE_DEPTH: True
- id: camera_left
build: pip install -e ../../node-hub/dora-pyrealsense
# pip install -e ../../node-hub/dora-pyorbbecksdk1
path: dora-pyrealsense
inputs:
tick: dora/timer/millis/40
outputs:
- image
- depth
env:
DEVICE_TYPE: 435
ENCODING: jpeg
DEVICE_INDEX: 1
USE_DEPTH: True
- id: camera_right
build: pip install -e ../../node-hub/dora-pyrealsense
# pip install -e ../../node-hub/dora-pyorbbecksdk1
path: dora-pyrealsense
inputs:
tick: dora/timer/millis/40
outputs:
- image
- depth
env:
DEVICE_TYPE: 435
ENCODING: jpeg
DEVICE_INDEX: 0
USE_DEPTH: True
- id: rerun
path: dora-rerun
build:
# pip install git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git
pip install dora-rerun
inputs:
jointstate_piper_left: piper_left/jointstate
jointstate_piper_right: piper_right/jointstate
image_left: camera_left/image
image_center: camera_center/image
depth_center: camera_center/depth
image_right: camera_right/image
env:
piper_left_urdf: piper_left.urdf
piper_right_urdf: piper_right.urdf
piper_left_transform: 0 0.2 0
piper_right_transform: 0 -0.2 0
- id: keyboard
build: pip install dora-keyboard
path: dora-keyboard
inputs:
tick: dora/timer/millis/1000
outputs:
- char
env:
DISPLAY: :0
- id: recorder
path: record.py
inputs:
/observations/qpos_left:
source: piper_left/jointstate
/observations/qpos_right:
source: piper_right/jointstate
/observations/pose_left:
source: piper_left/pose
/observations/pose_right:
source: piper_right/pose
/observations/images/cam_left_wrist:
source: camera_left/image
/observations/images/cam_high:
source: camera_center/image
/observations/depth/cam_high:
source: camera_center/depth
/observations/images/cam_right_wrist:
source: camera_right/image
save: keyboard/char