gawebb-dstl

Results 21 issues of gawebb-dstl

I've implemented a different track to track association algorthim using the 'assign2D' method in stonesoup.dataassociator._assignment. This track to track association only allows tracks to be associated on a one to...

A basic out of sequence measurement tracker that is agnostic of the type of tracker used. It runs two identical trackers; one current and one delayed by _x_ time. Detections...

First attempt at making a template for a tracker. This fixes #400 I'd just like comments on the format/name before it goes further

good first issue

The idea is that you have two trackers. One running at the current time, one running ‘x’ seconds behind. If you receive an ‘old’ measurement, you run the last ‘x’...

enhancement
help wanted
work in progress

An extra test with a platform to test the fix

bug

The ability to merge two tracks and produce a combined state estimation. Association logic isn't included as that is available in SS

Figures from the `Plotter` and `Plotterly` class don't automatically appear when the scripts are ran in Pycharm or the command line. I expect they won't display when ran from other...