ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
tracker_tbl.h
Go to the documentation of this file.
1
6#ifndef ICAROUS_CFS_TRACKER_TBL_H
7#define ICAROUS_CFS_TRACKER_TBL_H
8
13typedef struct
14{
15 double modelUncertaintyP[6];
16 double modelUncertaintyV[6];
17 double pThreshold;
18 double vThreshold;
20
21
22#endif //ICAROUS_CFS_TRACKER_TBL_H
input table parameters for tracker application
Definition: tracker_tbl.h:14