-
Notifications
You must be signed in to change notification settings - Fork 6
/
use_case_config.yaml
executable file
·63 lines (59 loc) · 1.13 KB
/
use_case_config.yaml
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
# SETUP YAML file for Machine Vision Example - December 2019
EVA:
comms:
host: '0.0.0.0'
token: 'abcd1234'
end_effector:
payload: 0 # payload [kg]
length: 0 # length of tool [m]
offset: # ee offset in ee-frame [m]
- 0
- 0
- 0
hover_height: 0 # elevation of idle z axis wrt to the object [m]
surface_height: 0 # elevation of the pickup surface wrt to the robot [m, signed]
TCP:
server: '0.0.0.0'
port: 0
objects:
names: # object names
- 'C'
- 'M'
- 'R'
heights: # object thickness [m]
C: 0
M: 0
R: 0
weights: # object weight [k]
C: 0
M: 0
R: 0
waypoints:
joints_cal_zero: # joints @ (0,0) of calibration board [rad]
- 0
- 0
- 0
- 0
- 0
- 0
joints_guess: # joints guess for pickup/hover position [rad]
- 0
- 0
- 0
- 0
- 0
- 0
joints_home: # joints for home position [rad]
- 0
- 0
- 0
- 0
- 0
- 0
joints_drop: # joints for drop position [rad]
- 0
- 0
- 0
- 0
- 0
- 0