ground_normal_filter
ground_normal_filter copied to clipboard
Official implementation of: Towards Accurate Ground Plane Normal Estimation from Ego-Motion
Results
1
ground_normal_filter issues
Sort by
recently updated
recently updated
newest added
Hi, 请问一下,在代码中InEKF更新的观测是取累积旋转的最后一列,请问为什么是这样的呢?谢谢 `measure_vector = self.cumulative_rotation[:, 2] self.iekf.update("measure", measure_vector)`