summaryrefslogtreecommitdiffhomepage
path: root/host/simu/model/distance_sensor_sharps.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu/model/distance_sensor_sharps.py')
-rw-r--r--host/simu/model/distance_sensor_sharps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/simu/model/distance_sensor_sharps.py b/host/simu/model/distance_sensor_sharps.py
index 88bee49f..c9b524cf 100644
--- a/host/simu/model/distance_sensor_sharps.py
+++ b/host/simu/model/distance_sensor_sharps.py
@@ -32,10 +32,10 @@ class DistanceSensorSharps (Observable, DistanceSensor):
B = 177.26
def __init__ (self, link, scheduler, table, pos, angle, into = None,
- level = 0):
+ level = 0, exclude = exclude):
Observable.__init__ (self)
DistanceSensor.__init__ (self, table, pos, angle, self.RANGE, into,
- level)
+ level, exclude)
self.link = link
self.scheduler = scheduler
self.value = None