Closed 9a3eedi closed 7 years ago
Working on this now. I was working on #6 and it seems testing the timing of each detector would be a lot simpler if I put everything in a class first.
I created a new class called TrackLandingMark and moved all the detector and tracker logic code there. The code is much cleaner now and we can continue with other more important things.
Current the tracker code is just written all over the place in the ros node. It would be much better if it were placed in a class.