Fixed up IMU properly this time

This commit is contained in:
Niklas Jensen
2026-01-02 19:00:33 +01:00
committed by nikguin04
parent 58bf8a88a6
commit 13546d600c
5 changed files with 135 additions and 38 deletions
+2
View File
@@ -46,6 +46,7 @@ message StaticSystemInformation {
message IMUCalibrateData { bool success = 1; }
message IMUCalibrateExecute {}
message ModeData { ModesEnum mode = 1; }
message ControllerInputData {
Vector left = 1;
@@ -115,6 +116,7 @@ message WebsocketMessage {
PongMsg pongmsg = 31;
IMUData imu = 110;
IMUCalibrateData imu_calibrate = 120;
IMUCalibrateExecute imu_calibrate_execute = 121;
ModeData mode = 130;
ControllerInputData input = 140;
AnalyticsData analytics = 150;