Chapter 13 reduction
This commit is contained in:
@@ -29,6 +29,7 @@ def contains(x, y):
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
grid_cell_size = 50
|
||||
overscan = 10 # 10 each way
|
||||
|
||||
@@ -65,9 +66,6 @@ def get_distance_likelihood(x, y):
|
||||
return 1.0 / (1 + min_distance/250) ** 2
|
||||
|
||||
|
||||
grid_cell_size = 50
|
||||
overscan = 10 # 10 each way
|
||||
|
||||
# beam endpoint model
|
||||
def make_distance_grid():
|
||||
"""Take the boundary lines. With and overscan of 10 cells, and grid cell size of 5cm (50mm),
|
||||
|
||||
Reference in New Issue
Block a user