-
Hi, This gives an error at allan_overlap.m line 196 "Either "time" or "rate" must be present in DATA" because the calculated data.rate at allan_imu.m line 153 is zero. Best Regards!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Dear amatsaka, You just have found a bug in NaveGo's code. This message should have had been an issue. The problem was in function allan_imu(), line 151. When frequency was 1 Hz, it was rounded to zero. Please, download NaveGo's last commit and let me know if everything is OK. Best regards. |
Beta Was this translation helpful? Give feedback.
Dear amatsaka,
You just have found a bug in NaveGo's code. This message should have had been an issue.
The problem was in function allan_imu(), line 151. When frequency was 1 Hz, it was rounded to zero.
Please, download NaveGo's last commit and let me know if everything is OK.
Best regards.