Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanG05 committed Jan 24, 2025
1 parent 009e142 commit 255b589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flight_interface/flight_interface_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def flight_interface_worker(
period is minimum period between loops.
input_queue and output_queue are the data queues.
communications_output_queue is a one time queue that sends communications worker the home address.
coordinates_input_queue provides the flight controller with a list of GPS coordinates.
coordinates_input_queue provides the flight interface worker with a list of GPS coordinates.
controller is how the main process communicates to this worker process.
"""
# TODO: Error handling
Expand Down

0 comments on commit 255b589

Please sign in to comment.