|
8 | 8 | "mcu_check": [1, "bool", "", 0, 0, "Shutdown"], |
9 | 9 | "imd_status": [1, "bool", "", 0, 0, "BMS"], |
10 | 10 | "state": [1, "char", "", 0, 256, "General"], |
11 | | - "pitch": [4, "float", "degrees", 0, 100, "General"], |
12 | | - "roll": [4, "float", "degrees", 0, 100, "General"], |
| 11 | + "linear_accel_x": [4, "float", "m/s^2", 0, 100, "General"], |
| 12 | + "linear_accel_y": [4, "float", "m/s^2", 0, 100, "General"], |
| 13 | + "linear_accel_z": [4, "float", "m/s^2", 0, 100, "General"], |
| 14 | + "angular_rate_pitch": [4, "float", "deg/s", 0, 100, "General"], |
| 15 | + "angular_rate_roll": [4, "float", "deg/s", 0, 100, "General"], |
| 16 | + "angular_rate_yaw": [4, "float", "deg/s", 0, 100, "General"], |
13 | 17 | "motor_temp": [4, "float", "degC", 0, 100, "Motor"], |
14 | 18 | "motor_controller_temp": [4, "float", "degC", 0, 100, "Motor"], |
15 | 19 | "dcdc_temp": [4, "float", "degC", 0, 100, "PPC"], |
|
0 commit comments