diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27e6232 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +*.asv diff --git a/InterpolateImu.m b/InterpolateImu.m index 6bbd73b..eb2cbc7 100644 --- a/InterpolateImu.m +++ b/InterpolateImu.m @@ -91,7 +91,7 @@ if (brp_index(i) > 5) % this only not happens in kitti 00 p=polyfit([brp_index(i)-3:brp_index(i)]',imu_unsync_data(brp_index(i)-3:brp_index(i),1),1); prob_index = brp_index(i); - while (prob_index