29 lines
1012 B
JSON
29 lines
1012 B
JSON
{
|
|
"title": "BBot IMU",
|
|
"history_seconds": 10.0,
|
|
"sources": [
|
|
{
|
|
"tag": "IMU",
|
|
"fields": ["time", "acc_x", "acc_y", "acc_z", "gyr_x", "gyr_y", "gyr_z"]
|
|
}
|
|
],
|
|
"graphs": [
|
|
{
|
|
"title": "Accelerometer",
|
|
"streams": [
|
|
{ "key": "acc_x", "label": "ACC X", "color": [90, 170, 255], "interpreter": "fixed", "frac_bits": 12 },
|
|
{ "key": "acc_y", "label": "ACC Y", "color": [80, 220, 140], "interpreter": "fixed", "frac_bits": 12 },
|
|
{ "key": "acc_z", "label": "ACC Z", "color": [255, 200, 60], "interpreter": "fixed", "frac_bits": 12 }
|
|
]
|
|
},
|
|
{
|
|
"title": "Gyroscope",
|
|
"streams": [
|
|
{ "key": "gyr_x", "label": "GYR X", "color": [90, 170, 255], "interpreter": "fixed", "frac_bits": 12 },
|
|
{ "key": "gyr_y", "label": "GYR Y", "color": [80, 220, 140], "interpreter": "fixed", "frac_bits": 12 },
|
|
{ "key": "gyr_z", "label": "GYR Z", "color": [225, 200, 60], "interpreter": "fixed", "frac_bits": 12 }
|
|
]
|
|
}
|
|
]
|
|
}
|