-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetting.json
70 lines (70 loc) · 1.66 KB
/
setting.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
{
"app_setting": {
"window_size": [1920, 1080],
"font": "font/roboto/Roboto-Medium.ttf",
"ignore_unconnected_nodes": true,
"ignore_node_list": [
"/node_name/to_be_ignored/in_regularexpression",
"/wild_card/is/.*",
"/rosbag2_recorder"
],
"ignore_topic_list": [
"/topic_name/to_be_ignored/in_regularexpression",
"/tf",
"/tf_static",
"/diagnostics"
]
},
"group_setting": {
"/sensing": {
"direction": "horizontal",
"offset": [0.0, 0.0, 2.5, 2.0],
"color": [128, 0, 128]
},
"/localization": {
"direction": "horizontal",
"offset": [0.0, 2.5, 2.5, 2.0],
"color": [0, 0, 128]
},
"/map": {
"direction": "horizontal",
"offset": [0.0, 4.5, 1.0, 1.0],
"color": [0, 0, 128]
},
"/perception": {
"direction": "horizontal",
"offset": [3.0, 0.0, 7.0, 3.0],
"color": [0, 128, 0]
},
"/planning": {
"direction": "horizontal",
"offset": [3.0, 3.0, 4.0, 2.0],
"color": [128, 128, 0]
},
"/control": {
"direction": "horizontal",
"offset": [8.0, 3.0, 3.0, 1.5],
"color": [196, 64, 0]
},
"/system": {
"direction": "horizontal",
"offset": [7.0, 6.0, 1.0, 5.0],
"color": [64, 64, 128]
},
"/adapi": {
"direction": "horizontal",
"offset": [8.0, 6.0, 1.0, 5.0],
"color": [0, 64, 64]
},
"/default_ad_api": {
"direction": "horizontal",
"offset": [9.0, 6.0, 1.0, 2.0],
"color": [0, 64, 64]
},
"__others__": {
"direction": "horizontal",
"offset": [11.0, 6.0, 2.0, 5.0],
"color": [16, 64, 96]
}
}
}