In a real VIO system, what magnitude of scale error should be kept during initialization to be a good initialization result, 1e-1 seems a bit large? Maybe it takes 1e-2 ?
I tried to add your initialization method to the VIO system, and the rotation RMSE and position RMSE before linearAlignment() were relatively small. However, position RMSE will increase after alignment. Is this due to inaccurate scale estimation ?
Thank you for your great work !
I see that when the program outputs initialization results, there are two slightly different output formats.
In a real VIO system, what magnitude of scale error should be kept during initialization to be a good initialization result, 1e-1 seems a bit large? Maybe it takes 1e-2 ?
I tried to add your initialization method to the VIO system, and the rotation RMSE and position RMSE before
linearAlignment()
were relatively small. However, position RMSE will increase after alignment. Is this due to inaccurate scale estimation ?Looking forward to your reply !