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.
2 parents fed2b1e + 4f8b007 commit aa41f56Copy full SHA for aa41f56
protobuf_definitions/telemetry.proto
@@ -263,6 +263,16 @@ message Imu2Tel {
263
Imu imu = 1; // Raw IMU data.
264
}
265
266
+// Raw IMU data from High Precision IMU
267
+message ImuHpTel {
268
+ Imu imu = 1; // Raw High Precision IMU data (no magnetometer)
269
+}
270
+
271
+// Calibrated High Precision IMU data
272
+message CalibratedImuHpTel {
273
+ Imu imu = 1; // Calibrated High Precision IMU (no magnetometer)
274
275
276
// Medusa gamma ray sensor spectrometer data.
277
message MedusaSpectrometerDataTel {
278
MedusaSpectrometerData data = 1; // Medusa gamma ray sensor spectrometer data.
0 commit comments