Skip to content

Commit 0fdd35c

Browse files
authored
Merge pull request AtsushiSakai#287 from YAOS5/master
IMPROVEMENT: Fixed typo
2 parents 548749c + b3af4fc commit 0fdd35c

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)