- Apr 24, 2012
-
-
Andrew Tridgell authored
this fixes the camera control code which was broken by a previous import
-
Andrew Tridgell authored
this gives a more accurate picture of what is actually happening with the servos
-
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
-
-
Adam M Rivera authored
Planner: Fixed flight mode binding issues. It is now configured to use the display text attribute as the text in the DDL and the integer value of the Enum as the value in the DDL. Parsing the selected value before saving to the board is unnecessary now because the value is already an int.
-
Adam M Rivera authored
-
Adam M Rivera authored
-
Adam M Rivera authored
-
Michael Oborne authored
tidy up adams mod. remove dup ch6_damp rename level tab's fixup long standing bug in flight planner field names revert dtr order
-
Michael Oborne authored
-
Adam M Rivera authored
-
Adam M Rivera authored
ArduCopter/Navigation: Updated code to reference the new g.retro_loiter param instead of the compile define.
-
Adam M Rivera authored
-
Adam M Rivera authored
-
-
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
-
-
Jason Short authored
-
Jason Short authored
-
rmackay9 authored
-
rmackay9 authored
-
rmackay9 authored
-
Michael Oborne authored
fix udp and tcp connections
-
rmackay9 authored
-
rmackay9 authored
-
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
-
Michael Oborne authored
fix turn radius length (100m) modify 3dr radio options modify heli Setup
-
Craig Elder authored
This is a test Signed-off-by:
Craig Elder <Craig@3DRobotics.com>
-
Michael Oborne authored
-
Michael Oborne authored
-
- Apr 20, 2012
-
-
-
James Goppert authored
-
rmackay9 authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-