Skip to content

Commit a7e0051

Browse files
committed
Fix doc
1 parent 7319c8a commit a7e0051

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/modules/localization/extended_kalman_filter_localization_files/ekf_with_velocity_correction.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11

2-
Extended Kalman Filter Localization
2+
Velocity Scale Factor estimation with Extended Kalman Filter Localization
33
-----------------------------------
44

55
.. image:: ekf_with_velocity_correction_1_0.png
66
:width: 600px
77

8-
This is a velocity scale factor estimation using Extended Kalman Filter(EKF).
8+
This is a velocity scale factor estimation with Extended Kalman Filter(EKF) Localization.
99

1010
This is for correcting the vehicle speed measured with scale factor errors due to factors such as wheel wear.
1111

1212
The blue line is true trajectory, the black line is dead reckoning
1313
trajectory,
1414

15-
the green point is positioning observation (ex. GPS), and the red line
15+
the green point is positioning observation (ex. RTK FIX GPS), and the red line
1616
is estimated trajectory with EKF.
1717

1818
The red ellipse is estimated covariance ellipse with EKF.
1919

20+
The true scale factor and the estimated scale factor are displayed in the upper right corner of the figure
21+
2022
Code: `PythonRobotics/extended_kalman_ekf_with_velocity_correctionfilter.py at master ·
2123
AtsushiSakai/PythonRobotics <https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/extended_kalman_filter/extended_kalman_ekf_with_velocity_correctionfilter.py>`__
2224

0 commit comments

Comments
 (0)