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 6c2ea8c commit 78f3d52Copy full SHA for 78f3d52
SLAM/EKFSLAM/ekf_slam.py
@@ -20,7 +20,7 @@
20
MAX_RANGE = 20.0 # maximum observation range
21
M_DIST_TH = 2.0 # Threshold of Mahalanobis distance for data association.
22
STATE_SIZE = 3 # State size [x,y,yaw]
23
-LM_SIZE = 2 # LM srate size [x,y]
+LM_SIZE = 2 # LM state size [x,y]
24
25
show_animation = True
26
0 commit comments