AtsushiSakai/PythonRobotics

Wrong covariance dimension in particle filter

Chris7462 opened this issue · 0 comments

At line 213, the state vector is defined as four-dimensional. However, in the cal_covariance function, the dimension has been changed to 3x3 matrix.