VINS-Mobile icon indicating copy to clipboard operation
VINS-Mobile copied to clipboard

box jumping and pose is unstable

Open ismymajia opened this issue 6 years ago • 5 comments

The box will jump a little when the phone is moved slightly.

sometime the pose of box is not very stable.

i find that it is caused by r_drift in VINS.cpp. Is there a better computer method?

ismymajia avatar Aug 17 '17 12:08 ismymajia

Thanks for the report. It's because detecting loop and relocalizing frequently. To avoid this, you can increase the MIN_LOOP_NUM to reduce the loop recall rate. You can also increase the sleep time of the loop_thread when loop_succ is true.

PeiliangLi avatar Aug 18 '17 02:08 PeiliangLi

Thanks for your reply. Fast relocation is required in mobile phone scene. So may need a better way for this problem!

ismymajia avatar Aug 21 '17 09:08 ismymajia

I also found the box would not be stable when the loop and relocalizing occurred, work even worse than the situation without loop. Is there possible some improvements in BA procedure when loop occurred

luoru avatar Aug 26 '17 10:08 luoru

Facing the same issue @PeiliangLi Let me know if you have any recent update on this.

Thanks in advance.

bhadresh74 avatar Nov 01 '18 18:11 bhadresh74

I am too getting the same issue, the boxes jump out of the scene and phone goes to detection phase quickly. @PeiliangLi @ismymajia did guys able to solve the issue?

ftahir999 avatar May 22 '19 10:05 ftahir999