|
ASCO Aerial Autonomy
|
A strategy that simply returns the first element in the list of tracking vectors Should be used if you expect your tracker to only return a single element. More...
#include <simple_tracking_strategy.h>
Public Member Functions | |
| virtual bool | initialize (const std::unordered_map< uint32_t, Position > &tracking_vectors) |
| Does nothing here since we are always initialized. More... | |
| virtual bool | getTrackingVector (const std::unordered_map< uint32_t, Position > &tracking_vectors, std::tuple< uint32_t, Position > &tracking_vector) |
| Get the first tracking vector. More... | |
A strategy that simply returns the first element in the list of tracking vectors Should be used if you expect your tracker to only return a single element.
|
virtual |
Get the first tracking vector.
| tracking_vectors | The vectors to the tracked targets |
| tracking_vector | First tracking vector |
Implements TrackingStrategy.
|
virtual |
Does nothing here since we are always initialized.
| tracking_vectors | The vectors to the tracked targets |
Implements TrackingStrategy.
1.8.6