Skip to content

Commit

Permalink
Removed starting delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestaylr committed Oct 7, 2015
1 parent 33bec07 commit fc3f590
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/autonomous.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ def main():

modules.utils.setup_locations(values['target_locations'], values['boundary_locations'])

time.sleep(0.5)
logger.info('Starting SailBOT!')
time.sleep(0.5)

data_thread = DataThread(name='Data', kwargs={'values': values, 'data': data})
logic_thread = LogicThread(name='Logic', kwargs={'values': values, 'data': data, 'data_thread': data_thread})
Expand Down

0 comments on commit fc3f590

Please sign in to comment.