We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dfc16 commit 0082f13Copy full SHA for 0082f13
infinite_sense_core/include/data.h
@@ -18,7 +18,6 @@ inline void ProcessIMUData(const nlohmann::json &data) {
18
}
19
ImuData imu{};
20
const uint64_t time_stamp = data["t"];
21
- const uint64_t count = data["c"];
22
imu.time_stamp_us = time_stamp;
23
imu.a[0] = data["d"][0];
24
imu.a[1] = data["d"][1];
0 commit comments