Skip to content

Commit

Permalink
Run MapsdThread as fast as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 authored Feb 24, 2020
1 parent b515b04 commit 6e216bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/mapd/mapd.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def run(self):
speedLimittrafficvalid = False

while True:
time.sleep(1)
#time.sleep(1)
self.logger.debug("starting new cycle in endless loop")
self.sm.update(0)
self.arne_sm.update(0)
Expand Down

0 comments on commit 6e216bd

Please sign in to comment.