We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3928ff1 commit fd94b22Copy full SHA for fd94b22
protobuf_definitions/telemetry.proto
@@ -264,10 +264,14 @@ message Imu2Tel {
264
}
265
266
// Raw IMU data from high precision IMU
267
-message ImuHpTel {
+message AdisImuTel {
268
Imu imu = 1; // Raw IMU data (no magnetometer)
269
270
271
+message CalibratedAdisImuTel {
272
+ Imu imu = 1;
273
+}
274
+
275
// Medusa gamma ray sensor spectrometer data.
276
message MedusaSpectrometerDataTel {
277
MedusaSpectrometerData data = 1; // Medusa gamma ray sensor spectrometer data.
@@ -297,4 +301,4 @@ message CPUInfoTel {
297
301
message SurfaceUnitTel {
298
302
SurfaceUnitBatteryInfo battery_info = 1; // Battery information.
299
303
SurfaceUnitVersionInfo version_info = 2; // Version information.
300
-}
304
0 commit comments