Merge pull request #2 from fisherinnovation/patch-1

Remove duplicated code.
This commit is contained in:
Simon D. Levy
2016-04-20 16:07:42 -04:00

View File

@@ -39,7 +39,6 @@ class Laser(object):
self.scan_rate_hz = scan_rate_hz self.scan_rate_hz = scan_rate_hz
self.detection_angle_degrees = detection_angle_degrees self.detection_angle_degrees = detection_angle_degrees
self.distance_no_detection_mm = distance_no_detection_mm self.distance_no_detection_mm = distance_no_detection_mm
self.distance_no_detection_mm = distance_no_detection_mm
self.detection_margin = detection_margin self.detection_margin = detection_margin
self.offset_mm = offset_mm self.offset_mm = offset_mm