-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.hjson
102 lines (94 loc) · 3.15 KB
/
config.hjson
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
{
# type of end effector perception, can be auroco or icp
eef_perception_type: icp
pbvs_settings: {
seg_range: 0.02
max_joint_velo: 1.5
}
# max position error before terminating (m)
max_pos_error: 0.03
# max rotation error before terminating (radian)
max_rot_error: 0.1
# timeout if the desired position and rotation error are never achieved
timeout: 60
# do debug visualizations
vis: true
pbvs_hz: 10
sim_hz: 240
# std dev of noise in executed eef twist angular (rad/s)
twist_execution_noise: 0.0
# point cloud noise
use_depth_noise: false
servo_configs: [
{
camera_pos: [1.0, -0.5, 0.0]
camera_look: [0.5, 0.1, 0.6]
target_pos: [0.5, 0.6, 1.0]
target_rot: [0.706, 0.0, 0.0, 0.706]
arm_states: [0.0, 0.0, 0.0, 0.5, 0.5, 0.1, 0.0]
},
{
camera_pos: [1.0, -1.0, 1.0]
camera_look: [1.0, 0.0, 1.1]
target_pos: [0.5, 0.5, 0.5]
target_rot: [0, 0.3824995, 0, 0.9239557]
arm_states: [0.0, 0.2, 2.0, 1.0, 0.0, 0.0, 0.0]
},
{
camera_pos: [1.0, -1.0, 1.0]
camera_look: [1.0, 0.0, 1.5]
target_pos: [0.5, 0.5, 1.8]
target_rot: [0.6635853, 0.3472763, 0, 0.6626112]
arm_states: [0.5, 0.7, 0.7, 0.3, -0.8, 0.0, 0.0]
},
{
camera_pos: [1.0, -1.0, 1.0]
camera_look: [1.0, 0.0, 1.0]
target_pos: [0.5, 0.5, 1.5]
target_rot: [0.0, 0.0, 0.0, 1.0]
arm_states: [1.5, 0.7, 0.7, 0.0, 0.0, 0.0, 0.0]
},
{
camera_pos: [2.4, 0.0, 1.0]
camera_look: [0.0, 0.0, 1.0]
target_pos: [0.9, 0.2, 1.2]
target_rot: [0.6635853, 0.3472763, 0, 0.6626112]
arm_states: [0.0, 0.1, 0.0, 1.0, 0.2, 0.1, 0.9]
},
{
camera_pos: [2.4, 0.0, 1.0]
camera_look: [0.0, 0.0, 1.0]
target_pos: [0.9, 0.2, 1.2]
target_rot: [0, 0.3824995, 0, 0.9239557]
arm_states: [0.0, 0.1, 0.0, 1.0, 0.2, 0.1, 0.9]
},
{
camera_pos: [2.4, 0.0, 1.0]
camera_look: [0.0, 0.0, 1.0]
target_pos: [0.9, 0.5, 1.2]
target_rot: [0.0, 0.706, 0.0, 0.706]
arm_states: [0.0, 0.1, 0.0, 1.0, 0.2, 0.1, 0.9]
},
{
camera_pos: [1.0, -1.0, 1.0]
camera_look: [1.0, 0.0, 1.0]
target_pos: [0.5, 0.5, 0.5]
target_rot: [0.0, 0.0, 0.0, 1.0]
arm_states: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
},
{
camera_pos: [0.0, 0.0, 1.5]
camera_look: [2.0, 0.2, 0.5]
target_pos: [1.0, 0.3, 1.3]
target_rot: [0.706, 0.0, 0.0, 0.706]
arm_states: [0.5, 0.3, 0.2, 0.0, 0.1, 0.0, 0.0]
},
{
camera_pos: [1.0, -1.0, 1.0]
camera_look: [1.0, 0.0, 1.0]
target_pos: [0.5, 0.5, 0.5]
target_rot: [0.0, 0.0, 0.0, 1.0]
arm_states: [1.5, 0.7, 0.7, 0.0, 0.0, 0.0, 0.0]
},
]
}