-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathsafety_interface_config_example.json
More file actions
124 lines (124 loc) · 3.41 KB
/
safety_interface_config_example.json
File metadata and controls
124 lines (124 loc) · 3.41 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
120
121
122
123
124
{
"safety_interface_config":
{
"m12_safety_pins_configuration":
{
"power":
{
"direction": "In",
"functionality": "p24VDC"
},
"ossd1_b":
{
"direction": "Out",
"functionality": "pOSSD1_B"
},
"ossd1_a":
{
"direction": "Out",
"functionality": "pOSSD1_A"
},
"preset3_a":
{
"direction": "In",
"functionality": "pPresetSelect3_A"
},
"preset3_b":
{
"direction": "In",
"functionality": "pPresetSelect3_B"
},
"preset4_a":
{
"direction": "In",
"functionality": "pPresetSelect4_A"
},
"preset1_b":
{
"direction": "In",
"functionality": "pPresetSelect1_B"
},
"preset1_a":
{
"direction": "In",
"functionality": "pPresetSelect1_A"
},
"gpio_0":
{
"direction": "In",
"functionality": "pPresetSelect5_A"
},
"gpio_1":
{
"direction": "In",
"functionality": "pPresetSelect5_B"
},
"gpio_3":
{
"direction": "In",
"functionality": "pPresetSelect6_B"
},
"gpio_2":
{
"direction": "In",
"functionality": "pPresetSelect6_A"
},
"preset2_b":
{
"direction": "In",
"functionality": "pPresetSelect2_B"
},
"gpio_4":
{
"direction": "Out",
"functionality": "pDeviceReady"
},
"preset2_a":
{
"direction": "In",
"functionality": "pPresetSelect2_A"
},
"preset4_b":
{
"direction": "In",
"functionality": "pPresetSelect4_B"
},
"ground":
{
"direction": "In",
"functionality": "pGND"
}
},
"gpio_stabilization_interval" : 150,
"camera_position":
{
"rotation":
[
[ 0.0, 0.0, 1.0],
[-1.0, 0.0, 0.0],
[ 0.0, -1.0, 0.0]
],
"translation": [0.0, 0.0, 0.27]
},
"occupancy_grid_params":
{
"grid_cell_seed" : 20,
"close_range_quorum" : 12 ,
"mid_range_quorum" : 6,
"long_range_quorum" : 4
},
"smcu_arbitration_params":
{
"l_0_total_threshold": 100,
"l_0_sustained_rate_threshold": 20,
"l_1_total_threshold": 100,
"l_1_sustained_rate_threshold": 20,
"l_2_total_threshold": 10,
"hkr_stl_timeout": 15,
"mcu_stl_timeout": 10,
"sustained_aicv_frame_drops": 95,
"ossd_self_test_pulse_width": 23
},
"crypto_signature": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
}
}