-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
31 lines (31 loc) · 928 Bytes
/
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
{
"root_dir": "recordings",
"buffer_size": 50,
"time_lack" : 160,
"collectors": [
{
"name" : "visible_camera",
"data_folder": "visible",
"data_topic": "/camera/color/image_raw",
"enable_recorder": true,
"queue_size" : 50,
"info_topic": "/camera/color/camera_info"
},
{
"name" : "depth_camera",
"data_folder": "depth",
"data_topic": "/camera/aligned_depth_to_color/image_raw",
"enable_recorder": true,
"queue_size" : 50,
"info_topic": "/camera/depth/camera_info"
},
{
"name" : "sensor_imu",
"data_folder": "sensor_imu",
"data_topic": "/camera/accel/sample",
"enable_recorder": true,
"queue_size" : 5,
"info_topic": "/camera/accel/imu_info"
}
]
}