Skip to content

Commit 2d6987f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8eca6e1 + 0d5d023 commit 2d6987f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Localization/histogram_filter/histogram_filter.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
1212
"""
1313

14-
import copy
1514
import math
16-
17-
import matplotlib.pyplot as plt
1815
import numpy as np
19-
from scipy.ndimage import gaussian_filter
16+
import matplotlib.pyplot as plt
17+
import copy
2018
from scipy.stats import norm
19+
from scipy.ndimage import gaussian_filter
2120

2221
# Parameters
2322
EXTEND_AREA = 10.0 # [m] grid map extended length

0 commit comments

Comments
 (0)