Skip to content

Commit

Permalink
fix(gps_controller.py): formatting
Browse files Browse the repository at this point in the history
Co-Authored-By: Tyler Roman <92000197+ROMANT21@users.noreply.github.com>
  • Loading branch information
onkoe and ROMANT21 committed May 25, 2024
1 parent b9e46be commit 756d7ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/gps_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def check(self):
self.true_bearing = calculate_true_bearing(
self.previous_coordinates, self.coordinates
)

# TODO: make report and send to navigation thread

sleep(self.SLEEP_TIME)
Expand Down Expand Up @@ -117,4 +117,3 @@ class GpsReport:
error: float = 0.0 # in millimeters, accounting for vert/horiz error
true_bearing: float = 0.0 # in degrees
previous_coordinates: Coordinate = Coordinate(0.0, 0.0)

0 comments on commit 756d7ab

Please sign in to comment.