ardupilot/libraries/AP_SmartRTL/examples
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 AP_SmartRTL: update example to new API and fix object copy 2017-09-26 03:01:21 +01:00