Skip to content

Commit 3df75ae

Browse files
committed
Changed pitch and roll to linear accelerations and angular rates
1 parent 091365f commit 3df75ae

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

format.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
"mcu_check": [1, "bool", "", 0, 0, "Shutdown"],
99
"imd_status": [1, "bool", "", 0, 0, "BMS"],
1010
"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"],
1317
"motor_temp": [4, "float", "degC", 0, 100, "Motor"],
1418
"motor_controller_temp": [4, "float", "degC", 0, 100, "Motor"],
1519
"dcdc_temp": [4, "float", "degC", 0, 100, "PPC"],

0 commit comments

Comments
 (0)