Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 692 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 692 Bytes

extended-object-tracking

Source code for JUCE application that implements a multi-threaded extended object tracker and simulation.

Imgur

Ground truth of the elliptical object is shown in white, with the measured discrete returns shown as square blocks in and around the object. The estimated extended object track is shown in green.

Notes

  • Code is written in C++ and uses the JUCE API. The processed measurements are created at a fixed rate, 1Hz, to model fixed rate processing of most sensors, e.g. radar and lidar.
  • Algorithm comes from this paper