You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read data from antenna tracker UDP connection to receive antenna tracker GPS position and angle. This incoming message can be used as a heartbeat to know if the antenna tracker is still on.
Pitch
Have a goroutine that is solely responsible for reading input from the antenna tracker and updating some internal state if the antenna tracker is still connect and where it is pointing to. Maybe some state in this Mavlink client https://github.com/tritonuas/gcs/blob/master/internal/mavlink/client.go#L42 or we can have a different antenna tracker client where this is stored.
🚀 Feature
Read data from antenna tracker UDP connection to receive antenna tracker GPS position and angle. This incoming message can be used as a heartbeat to know if the antenna tracker is still on.
Pitch
Have a goroutine that is solely responsible for reading input from the antenna tracker and updating some internal state if the antenna tracker is still connect and where it is pointing to. Maybe some state in this Mavlink client https://github.com/tritonuas/gcs/blob/master/internal/mavlink/client.go#L42 or we can have a different antenna tracker client where this is stored.
This relies on this functionality being completed: https://github.com/tritonuas/antenna-tracker/issues/2
Additional context
The text was updated successfully, but these errors were encountered: