Rover: Update Optical Flow declaration

Pass ahrs as param
This commit is contained in:
Julien BERAUD 2015-11-24 14:03:44 +01:00 committed by Andrew Tridgell
parent 8e66ce6f27
commit c28a71ec63

View File

@ -169,7 +169,7 @@ private:
// Mission library // Mission library
AP_Mission mission; AP_Mission mission;
OpticalFlow optflow; OpticalFlow optflow{ahrs};
// RSSI // RSSI
AP_RSSI rssi; AP_RSSI rssi;