mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Fixed compass so it shows on startup again.
This commit is contained in:
@@ -66,7 +66,7 @@ class SpeedAndHeadingIndication(QtCore.QThread):
|
||||
|
||||
self.shown_heading = (self.current_heading + (1.5 * ROTATION_SPEED_MODIFIER)) % 360
|
||||
self.current_heading_shown_rotation_angle = 0
|
||||
self.last_current_heading_shown = 0
|
||||
self.last_current_heading_shown = -1000
|
||||
self.rotation_direction = 1
|
||||
|
||||
self.imu_data = None
|
||||
|
||||
Reference in New Issue
Block a user