Skip to content

Commit aa41f56

Browse files
authored
Merge pull request #195 from BluEye-Robotics/hs/adis
Add high precision IMU message for the new ADIS IMU
2 parents fed2b1e + 4f8b007 commit aa41f56

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

protobuf_definitions/telemetry.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,16 @@ message Imu2Tel {
263263
Imu imu = 1; // Raw IMU data.
264264
}
265265

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+
266276
// Medusa gamma ray sensor spectrometer data.
267277
message MedusaSpectrometerDataTel {
268278
MedusaSpectrometerData data = 1; // Medusa gamma ray sensor spectrometer data.

0 commit comments

Comments
 (0)