Skip to content

Commit 62910de

Browse files
committed
remove stdout for test
1 parent ff0a8e8 commit 62910de

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
@@ -267,7 +267,7 @@ def resampling(particles):
267267
pw = np.matrix(pw)
268268

269269
Neff = 1.0 / (pw * pw.T)[0, 0] # Effective particle number
270-
print(Neff)
270+
# print(Neff)
271271

272272
if Neff < NTH: # resampling
273273
wcum = np.cumsum(pw)

0 commit comments

Comments
 (0)