Skip to content

Commit 78f3d52

Browse files
committed
fix typo in comment
1 parent 6c2ea8c commit 78f3d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SLAM/EKFSLAM/ekf_slam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
MAX_RANGE = 20.0 # maximum observation range
2121
M_DIST_TH = 2.0 # Threshold of Mahalanobis distance for data association.
2222
STATE_SIZE = 3 # State size [x,y,yaw]
23-
LM_SIZE = 2 # LM srate size [x,y]
23+
LM_SIZE = 2 # LM state size [x,y]
2424

2525
show_animation = True
2626

0 commit comments

Comments
 (0)