Skip to content

Commit

Permalink
gps.py: register also rel_position
Browse files Browse the repository at this point in the history
  • Loading branch information
tajgr committed May 11, 2024
1 parent acbf511 commit f3f6ddb
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 f3f6ddb

Please sign in to comment.