Timothy Wojtaszek f84dcd6fa3
Protobuf update for style and UI (#504)
- Change prototype definition for color from uint32 to bytes
- Change metadata ui_config to use the Struct type for the config field
2019-07-25 01:29:53 -04:00

58 lines
1.2 KiB
JSON

{
"version": "2.0.0",
"streams": {
"/velocity": {
"units": "m",
"category": "TIME_SERIES",
"scalar_type": "FLOAT"
},
"/data": {
"units": "m",
"coordinate": "DYNAMIC",
"transform_callback": "map_base",
"category": "PRIMITIVE",
"primitive_type": "POINT"
}
},
"cameras": {
"front_wide": {
"human_name": "Front Wide",
"source": "/camera/front/wide",
"vehicle_position": [0.0, 1.2, 0.3],
"vehicle_orientation": [-1, 0, 0, 0, 1, 0, 0, 0, -1],
"pixel_width": 1920,
"pixel_height": 1080,
"rectification_projection": [-1, 0, 0, 0, 1, 0, 0, 0, -1],
"gl_projection": [-1, 0, 0, 1, 0, 1, 0, 2, 0, 0, -1, 0, 0, 2, 3, 1]
}
},
"stream_aliases": {
"/data/velocity": "/velocity"
},
"ui_config": {
"Metrics": {
"name": "Metrics",
"needed_streams": [
"/velocity"
],
"config": {
"type": "PANEL",
"name": "Metrics",
"children": [
{
"type": "METRIC",
"title": "Velocity",
"streams": [
"/velocity"
]
}
]
}
}
},
"log_info": {
"start_time": 1557530200.0,
"end_time": 1557530300.0
}
}