ardupilot/libraries/AP_InertialSensor/examples
Andrew Tridgell 99499dece2 AP_InertialSensor: removed create() method for objects
See discussion here:

  https://github.com/ArduPilot/ardupilot/issues/7331

we were getting some uninitialised variables. While it only showed up in
AP_SbusOut, it means we can't be sure it won't happen on other objects,
so safest to remove the approach

Thanks to assistance from Lucas, Peter and Francisco
2017-12-14 08:12:28 +11:00
..
INS_generic AP_InertialSensor: removed create() method for objects 2017-12-14 08:12:28 +11:00
VibTest global: use static method to construct AP_Rally 2017-09-26 03:01:21 +01:00
coning.py AP_InertialSensor: add coning.py example 2015-03-12 12:50:27 +11:00