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
Telemetry system should be implemented, with two-way communication achieved as shown in the diagram below:
The telemetry system should work by exchange of TelemetryMessages. No pointer fields are allowed in these messages. This is because the memory is copied into the radio buffer, and sent down directly to the ground station
The text was updated successfully, but these errors were encountered:
TODO: Change the currently TelemetrySystem to be a parent of a GroundTelemetrySystem and a RocketTelemetrySystem as this makes more sense when making the desing modular. The current approach using a switch statement is not suitable
Telemetry system should be implemented, with two-way communication achieved as shown in the diagram below:
The telemetry system should work by exchange of
TelemetryMessage
s. No pointer fields are allowed in these messages. This is because the memory is copied into the radio buffer, and sent down directly to the ground stationThe text was updated successfully, but these errors were encountered: