Merge pull request #2 from fisherinnovation/patch-1
Remove duplicated code.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user