Skip to content

Commit 4f8b007

Browse files
committed
rename ImuHp msg
1 parent a869e67 commit 4f8b007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf_definitions/telemetry.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,12 @@ message Imu2Tel {
264264
}
265265

266266
// Raw IMU data from High Precision IMU
267-
message HpImuTel {
267+
message ImuHpTel {
268268
Imu imu = 1; // Raw High Precision IMU data (no magnetometer)
269269
}
270270

271271
// Calibrated High Precision IMU data
272-
message CalibratedHpImuTel {
272+
message CalibratedImuHpTel {
273273
Imu imu = 1; // Calibrated High Precision IMU (no magnetometer)
274274
}
275275

0 commit comments

Comments
 (0)