We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7d48f commit b3af4fcCopy full SHA for b3af4fc
SLAM/FastSLAM2/fast_slam2.py
@@ -25,7 +25,7 @@
25
MAX_RANGE = 20.0 # maximum observation range
26
M_DIST_TH = 2.0 # Threshold of Mahalanobis distance for data association.
27
STATE_SIZE = 3 # State size [x,y,yaw]
28
-LM_SIZE = 2 # LM srate size [x,y]
+LM_SIZE = 2 # LM state size [x,y]
29
N_PARTICLE = 100 # number of particle
30
NTH = N_PARTICLE / 1.5 # Number of particle for re-sampling
31
0 commit comments