-
Notifications
You must be signed in to change notification settings - Fork 9
/
boot_config.json
105 lines (105 loc) · 1.83 KB
/
boot_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
{
"_comment": "QQVGA = 0, QVGA = 1, VGA = 2",
"converters":
{
"front_camera":
{
"enabled" : true,
"resolution" : 1,
"fps" : 10,
"recorder_fps" : 5
},
"bottom_camera":
{
"enabled" : true,
"resolution" : 1,
"fps" : 10,
"recorder_fps" : 5
},
"depth_camera":
{
"enabled" : true,
"xtion_resolution": 1,
"stereo_resolution": 9,
"fps" : 10,
"recorder_fps" : 5
},
"stereo_camera":
{
"enabled" : true,
"resolution" : 15,
"fps" : 10,
"recorder_fps" : 5
},
"ir_camera":
{
"enabled" : true,
"resolution" : 1,
"fps" : 10,
"recorder_fps" : 5
},
"info":
{
"enabled" : true,
"frequency" : 1
},
"logs":
{
"enabled" : false,
"frequency" : 1
},
"diag":
{
"enabled" : true,
"frequency" : 1
},
"imu_torso":
{
"enabled" : true,
"frequency" : 10
},
"imu_base":
{
"enabled" : true,
"frequency" : 10
},
"joint_states":
{
"enabled" : true,
"frequency" : 50
},
"laser":
{
"enabled" : true,
"frequency" : 10,
"range_min" : 0.1,
"range_max" : 3.0
},
"sonar":
{
"enabled" : true,
"frequency" : 10
},
"audio":
{
"enabled" : true
},
"bumper":
{
"enabled" : true
},
"touch_hand":
{
"enabled" : true
},
"touch_head":
{
"enabled" : true
},
"odom":
{
"enabled" : true,
"frequency" : 15
}
}
}