Closed Chris7462 closed 6 months ago
https://github.com/AtsushiSakai/PythonRobotics/blob/f8b340be53ebb6ed4b6b0d2579394b58fe8074af/Localization/particle_filter/particle_filter.py#L213
https://github.com/AtsushiSakai/PythonRobotics/blob/f8b340be53ebb6ed4b6b0d2579394b58fe8074af/Localization/particle_filter/particle_filter.py#L99
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.
cal_covariance
https://github.com/AtsushiSakai/PythonRobotics/blob/f8b340be53ebb6ed4b6b0d2579394b58fe8074af/Localization/particle_filter/particle_filter.py#L213
https://github.com/AtsushiSakai/PythonRobotics/blob/f8b340be53ebb6ed4b6b0d2579394b58fe8074af/Localization/particle_filter/particle_filter.py#L99
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.