ardupilot/libraries/AP_SmartRTL/examples/SmartRTL_test
Lucas De Marchi 903ef4d065 AP_SmartRTL: update example to new API and fix object copy
ahrs should be a reference to DummyVehicle::ahrs, otherwise it will
act on a different object.

This also corrects the member initialization order: only pass a copy
or reference of an object to a constructor if it has already been
initialized.
2017-09-26 03:01:21 +01:00
..
SmartRTL_test.cpp AP_SmartRTL: update example to new API and fix object copy 2017-09-26 03:01:21 +01:00
SmartRTL_test.h AP_SmartRTL: renamed from SafeRTL 2017-09-09 14:05:41 +09:00
wscript AP_SmartRTL: renamed from SafeRTL 2017-09-09 14:05:41 +09:00