Skip to content

Commit 0082f13

Browse files
committed
fix
1 parent b6dfc16 commit 0082f13

File tree

1 file changed

+0
-1
lines changed
  • infinite_sense_core/include

1 file changed

+0
-1
lines changed

infinite_sense_core/include/data.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ inline void ProcessIMUData(const nlohmann::json &data) {
1818
}
1919
ImuData imu{};
2020
const uint64_t time_stamp = data["t"];
21-
const uint64_t count = data["c"];
2221
imu.time_stamp_us = time_stamp;
2322
imu.a[0] = data["d"][0];
2423
imu.a[1] = data["d"][1];

0 commit comments

Comments
 (0)