Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/vanjee-draw…
Browse files Browse the repository at this point in the history
…-all
  • Loading branch information
m3d committed May 17, 2024
2 parents a11a3fb + 87f2fab commit 7ffe836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgar/drivers/gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def split_buffer(data):

class GPS(Thread):
def __init__(self, config, bus):
bus.register('position')
bus.register('position', 'rel_position')
Thread.__init__(self)
self.setDaemon(True)

Expand Down

0 comments on commit 7ffe836

Please sign in to comment.