Open hungsing92 opened 11 months ago
Thanks for your excellent work!
Why you update the self.Q matrix by multiply 1.5? I think this will make the self.P and self.Q matrix numerical overflow, when frame_id is too big.
I encountered the overflow question too.
change the coefficient to 1.1, the issue dispeared.
Thanks for your excellent work!
Why you update the self.Q matrix by multiply 1.5? I think this will make the self.P and self.Q matrix numerical overflow, when frame_id is too big.