fix typo in comment

This commit is contained in:
kazuki takahashi
2019-03-09 14:19:08 +09:00
parent 6c2ea8cdd9
commit 78f3d52de4

View File

@@ -20,7 +20,7 @@ SIM_TIME = 50.0 # simulation time [s]
MAX_RANGE = 20.0 # maximum observation range
M_DIST_TH = 2.0 # Threshold of Mahalanobis distance for data association.
STATE_SIZE = 3 # State size [x,y,yaw]
LM_SIZE = 2 # LM srate size [x,y]
LM_SIZE = 2 # LM state size [x,y]
show_animation = True