-
Notifications
You must be signed in to change notification settings - Fork 5
Height Estimation and Marker Detection
ksgaur12 edited this page Dec 24, 2017
·
2 revisions
The package is aimed at estimating orientation information and height information using IMU and px4flow Extended Kalman Filter fusion. The other part of the package deals with detection of QR codes and barcodes.
The package has four source files:
-
main.cpp
: Contains two threads. One for height and attitude estimation other for marker detection. -
kalman.cpp
: EKF fusion of IMU and px4flow for attitude and height estimation. -
sonar.cpp
: A median filter for sonar outlier rejection. -
marker.cpp
: Barcode and QR marker detector.