ground_normal_filter
ground_normal_filter copied to clipboard
Question about the InEKF
Hi, 请问一下,在代码中InEKF更新的观测是取累积旋转的最后一列,请问为什么是这样的呢?谢谢
measure_vector = self.cumulative_rotation[:, 2] self.iekf.update("measure", measure_vector)