Skip to content

Commit

Permalink
[builder] fix infrared sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Degroote committed Dec 3, 2014
1 parent d80fc9f commit a840bc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/morse/builder/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ def __init__(self, name=None):
scan_window = 20.0, resolution = 1.0)
# set the frequency to 10 Hz
self.frequency(10)
# create default Arc_
self.create_laser_arc()

class Velocity(SensorCreator):
def __init__(self, name=None):
Expand Down

0 comments on commit a840bc9

Please sign in to comment.