Remove duplicated code.

This commit is contained in:
Matt Fisher
2016-04-02 17:53:16 -07:00
parent f8bb8a236e
commit 61b77919bf

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