-
Notifications
You must be signed in to change notification settings - Fork 5
Height Estimation and Marker Detection
ksgaur12 edited this page Dec 25, 2017
·
2 revisions
The package is aimed at estimating orientation and height 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.
The px4 allows external vision estimates through /mavros/vision_pose/pose
topic for offboard control. To enable More information on offboard mode can be found at PX4 Offboard control.