We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87d6488 + 6ec3e59 commit da89ac8Copy full SHA for da89ac8
ExtLibs/Utilities/dfgpslag.cs
@@ -69,7 +69,7 @@ public static void getdata(string file)
69
foreach (var i in Enumerable.Range(0, 100))
70
{
71
var err = velocity_error(timestamps, vel, gaccel, accel_indexes, imu_dt, i);
72
- if (err == null)
+ if (err == 0)
73
break;
74
errors.Add(err);
75
delays.Add(i * imu_dt);
0 commit comments