STR Extensions #244

Merged
muellerr merged 22 commits from str-extensions into main 2023-10-27 12:24:10 +02:00
Showing only changes of commit f0860a785d - Show all commits

View File

@ -859,8 +859,8 @@ def handle_matched_centroids_set(hk_data: bytes, pw: PrintWrapper):
current_idx = unpack_time_hk(hk_data, 0, pw)
num_matched_centroids = hk_data[current_idx]
current_idx += 1
pw.dlog(f"Number of matched centroids {num_matched_centroids}")
# TODO: Parse ID, X, Y, ERROR X, ERROR Y times 16
pass
@tmtc_definitions_provider