Skip to content

Commit

Permalink
gps.py: register also rel_position (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
tajgr authored May 12, 2024
1 parent acbf511 commit e3def8e
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 e3def8e

Please sign in to comment.