-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
111 lines (111 loc) · 2.65 KB
/
config.json
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
{
"version": "1.3.1@Lamarr",
"autoabort": false,
"pyenv": "/home/.local/lib/python3.8/site-packages",
"auto_start": true,
"DEBUG": {
"printWarnings": false,
"printInfos": false
},
"socket_msg_size": 65536,
"LOGGING": {
"post_sequence_script": "scripts/plot.sh"
},
"use_lora": true,
"LORA": {
"ip": "192.168.100.5",
"port": 5001,
"nodeIDsRef": [
33,
31,
32,
29
],
"nodeIDs": [
13,
11,
12,
19
],
"canMsgSizes": [
48,
48,
48,
39
]
},
"CAN": {
"node_count": 11,
"blocking_timeout": 2048,
"BUS": {
"ARBITRATION": {
"bitrate": 1000000,
"time_segment_1": 23,
"time_segment_2": 16,
"sync_jump_width": 1,
"no_sampling_points": 1
},
"DATA": {
"bitrate": 4000000,
"time_segment_1": 7,
"time_segment_2": 2,
"sync_jump_width": 2
}
},
"DRIVER": "Kvaser",
"DEVICE": [
"can0"
],
"BUS_EXTRA": {
"1": {
"ARBITRATION": {
"bitrate": 1000000,
"time_segment_1": 7,
"time_segment_2": 2,
"sync_jump_width": 1,
"no_sampling_points": 1
},
"DATA": {
"bitrate": 8000000,
"time_segment_1": 7,
"time_segment_2": 2,
"sync_jump_width": 1
}
}
},
"canBusChannelIDs": [
0,
1,
2,
3
]
},
"LLSERVER": {
"sensor_state_sampling_rate": 10.0
},
"WEBSERVER": {
"ip": "192.168.100.4",
"port": 5555,
"state_transmission_rate": 10.0,
"timer_sync_rate": 10,
"sensors_smoothing_factor": 0.3
},
"INFLUXDB": {
"database_ip": "192.168.100.2",
"database_port": 8086,
"database_name": "gse",
"debug_measurement": "debug",
"state_measurement": "states",
"fast_sensor_measurement": "sensors",
"buffer_size": 2048,
"fast_sensor_buffer_size": 65536,
"enable_fast_sensor_logging": true
},
"THRUST": {
"alpha": 0.785398,
"beta": 0.785398,
"gamma": 0.785398,
"d": 0.28,
"r": 0.14
}
}