diff --git a/libraries/AP_OpticalFlow/AP_OpticalFlow.cpp b/libraries/AP_OpticalFlow/AP_OpticalFlow.cpp index 47c9e51b3b..6f8364a696 100644 --- a/libraries/AP_OpticalFlow/AP_OpticalFlow.cpp +++ b/libraries/AP_OpticalFlow/AP_OpticalFlow.cpp @@ -30,6 +30,14 @@ void AP_OpticalFlow::set_orientation(enum Rotation rotation) _orientation = rotation; } +void AP_OpticalFlow::update() +{ +} + +void AP_OpticalFlow::init() +{ +} + // updates internal lon and lat with estimation based on optical flow void AP_OpticalFlow::update_position(float roll, float pitch, float sin_yaw, float cos_yaw, float altitude) {