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 6af397e commit 8997cebCopy full SHA for 8997ceb
protobuf_definitions/telemetry.proto
@@ -252,6 +252,11 @@ message Imu2Tel {
252
Imu imu = 1; // Raw IMU data.
253
}
254
255
+// Raw IMU data from high precision IMU
256
+message ImuHpTel {
257
+ Imu imu = 1;
258
+}
259
+
260
// Medusa gamma ray sensor spectrometer data.
261
message MedusaSpectrometerDataTel {
262
MedusaSpectrometerData data = 1; // Medusa gamma ray sensor spectrometer data.
0 commit comments