summaryrefslogtreecommitdiff
path: root/src/types.h
AgeCommit message (Collapse)Author
2018-01-28Add define for FEATUREMAPMartin Miller
This will print the feature information in the unicsv so that the mapper Makefile can create a feature map.
2018-01-28Change core.hpp to opencv.hpp so that I can compile.Martin Miller
If you are using the hpc then you might need to revert this.
2017-08-15add monocular option to cliMartin Miller
2017-08-11process noise flagsMartin Miller
2017-07-13cli params for xcorrMiller
2017-07-09cli paramsMartin Miller
2017-07-04set ransac thresh and covbiasMiller
2017-07-04add canoe height paramsMartin Miller
2017-07-04params for body noiseMiller
2017-07-03add feature noise params to cliMartin Miller
2017-07-03Make it run on CCMiller
2017-07-03cc versionMiller
2017-04-09Full state estimation and vision process are working.Martin Miller
2017-04-09MONO handling in State was missing Hy!Martin Miller
2017-04-09warp source and reflection patchesMartin Miller
2017-04-08remove debug code from Vision::measureMartin Miller
2017-04-08Add code to perform a guided measurement.Martin Miller
The Vision class can template match in a search region. The search region result is masked by an ellipse related to the S matrix of the feature.
2017-04-07Begin Vision class.Martin Miller
This class can display measurements and featuers and find new features. When complete it will also perform measurements.
2017-04-07changesMartin Miller
2017-04-04Full state mostly implemented.Martin Miller
STATESIZE 9 works just as it does for experiment04032017 tag. The quaternion covariance is not being set correctly yet.
2017-03-28move aboveWaterMartin Miller
() back to main
2017-03-28updateMartin Miller
2017-03-25Add HEIGHT measurement to typesMartin Miller
2017-03-25update measurement_t typeMartin Miller
2017-03-22Add measurement structMartin Miller
2017-03-19Forgot to add this file several commits ago.Martin Miller
types.h contains all of the type definitions, they were moved out of main.h because I couldn't successfully compile that way.