Merge remote-tracking branch 'origin/develop' into mueller/gps-hk-parsing

This commit is contained in:
2022-05-25 15:02:06 +02:00
9 changed files with 450 additions and 73 deletions

View File

@ -42,6 +42,10 @@ def add_gps_cmds(cmd_dict: ServiceOpCodeDictT):
)
class SetIds:
HK = 0
def pack_gps_command(object_id: bytes, tc_queue: TcQueueT, op_code: str):
if op_code in OpCodes.RESET_GNSS:
# TODO: This needs to be re-implemented