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 852ab00 commit a869e67Copy full SHA for a869e67
protobuf_definitions/telemetry.proto
@@ -263,14 +263,14 @@ message Imu2Tel {
263
Imu imu = 1; // Raw IMU data.
264
}
265
266
-// Raw IMU data from ADIS IMU
267
-message AdisImuTel {
268
- Imu imu = 1; // Raw IMU data (no magnetometer)
+// Raw IMU data from High Precision IMU
+message HpImuTel {
+ Imu imu = 1; // Raw High Precision IMU data (no magnetometer)
269
270
271
-// Calibrated ADIS IMU data
272
-message CalibratedAdisImuTel {
273
- Imu imu = 1; // Calibrated ADIS IMU (no magnetometer)
+// Calibrated High Precision IMU data
+message CalibratedHpImuTel {
+ Imu imu = 1; // Calibrated High Precision IMU (no magnetometer)
274
275
276
// Medusa gamma ray sensor spectrometer data.
0 commit comments