Skip to content

Commit b3af4fc

Browse files
committed
IMPROVEMENT: Fixed typo
1 parent aa7d48f commit b3af4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SLAM/FastSLAM2/fast_slam2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
MAX_RANGE = 20.0 # maximum observation range
2626
M_DIST_TH = 2.0 # Threshold of Mahalanobis distance for data association.
2727
STATE_SIZE = 3 # State size [x,y,yaw]
28-
LM_SIZE = 2 # LM srate size [x,y]
28+
LM_SIZE = 2 # LM state size [x,y]
2929
N_PARTICLE = 100 # number of particle
3030
NTH = N_PARTICLE / 1.5 # Number of particle for re-sampling
3131

0 commit comments

Comments
 (0)