From b2ce7302e1372f89dcbe136f0e53f81f547c7361 Mon Sep 17 00:00:00 2001 From: 30hours Date: Wed, 29 Nov 2023 09:46:11 +0000 Subject: [PATCH] Update todo and readme --- README.md | 6 +++--- src/data/Map.h | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4b9168..6456435 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ The radar processing output is available on [http://localhost:49152](http://loca ## Future Work -- A CFAR detector has not yet been implemented. -- Support for the HackRF and RTL-SDR using front-end mixer to sample 2 RF channels in 1 stream. -- Occasional segmentation fault from a mutex issue. +- Add a tracker in delay-Doppler space. +- Add ADS-B overlay on the delay-Doppler map. +- Support for the HackRF and RTL-SDR using a front-end mixer to sample 2 RF channels in 1 stream. ## FAQ diff --git a/src/data/Map.h b/src/data/Map.h index 3ffe002..a094cad 100644 --- a/src/data/Map.h +++ b/src/data/Map.h @@ -5,7 +5,6 @@ /// /// Append to an existing array using rapidjson. /// @author 30hours -/// @todo Fix memory leak in get_map_db(). #ifndef MAP_H #define MAP_H