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