- May 10, 2012
-
-
Craig Elder authored
this will allow us to log the Product ID in tlogs
-
Craig Elder authored
this exposes the product ID to the IMU Layer
-
Craig Elder authored
-
Craig Elder authored
Rev C have non standard scaling factor that is 1/2 of the data sheet Rev D chips conform to the specification
-
- May 06, 2012
-
-
Chris Anderson authored
-
- May 01, 2012
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this will be used to avoid races in driver initialisation
-
- Apr 30, 2012
-
-
rmackay9 authored
This reduces the compass's default authority over the yaw direction by half
-
Andrew Tridgell authored
this moves the enums to make them less order sensitive
-
- Apr 29, 2012
-
-
Adam M Rivera authored
-
- Apr 27, 2012
-
-
Andrew Tridgell authored
this should autodetect 1.0 versus older builds
-
- Apr 26, 2012
-
-
Adam M Rivera authored
-
- Apr 25, 2012
-
-
Adam M Rivera authored
-
- Apr 24, 2012
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this was preventing building MAVLink 1.0 with the arduino GUI as we can't set cpp defines
-
Andrew Tridgell authored
-
Andrew Tridgell authored
these are a very useful reference for the current headers in the code
-
Andrew Tridgell authored
this fixes the camera control code which was broken by a previous import
-
Andrew Tridgell authored
this allows logging of the actual servo output values. The radio_out method previously used doesn't take account of the various override mechanisms available via waypoints
-
- Apr 23, 2012
-
-
Andrew Tridgell authored
this buffers up _omega_I changes in _omega_I_sum over a period of 10 seconds, applying the slope limit only when _omega_I_sum is transferred to _omega_I. The result is a huge improvement in the ability of _omega_I to track gyro drift over the long term.
-
Andrew Tridgell authored
the 'drop z' method reduced the impact of noise on omegaI, but it also made us more sensitive to errors in accelerometer calibration and scaling, as demonstated by the logs from Gabor here: http://diydrones.com/xn/detail/705844:Comment:834373 Simulation testing shows that the other noise suppression methods applied in the DCM code, in particular the slope limiting on omegaI the removal of the weighting and the upcoming use of a _omega_I_sum buffer have reduced the impact of noise enough that we can now safely include z in the acceleration calculation.
-
- Apr 21, 2012
-
-
rmackay9 authored
-
rmackay9 authored
DataFlash_APM2 - moved CS_inactive call (which disables the dataflash) from the beginning to the end of all methods. This means the dataflash does not monopolize the SPI bus. Also formatting changes to use tab instead of space. Sorry, should have done this as a separate check-in to the above changes.
-
rmackay9 authored
-
rmackay9 authored
-
rmackay9 authored
-
- Apr 20, 2012
-
-
James Goppert authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- Apr 19, 2012
-
-
James Goppert authored
-
- Apr 16, 2012
-
-
Adam M Rivera authored
-
Andrew Tridgell authored
this allows users to change the yaw gain in DCM
-
- Apr 09, 2012
-
-
analoguedevices authored
-
rmackay9 authored
-
rmackay9 authored
-
- Apr 08, 2012
-
-
Andrew Tridgell authored
this adds local and remote radio noise levels
-