- Apr 16, 2012
-
-
Adam M Rivera authored
-
rmackay9 authored
ArduCopter - CH6 Tuning - added AHRS_YAW_KP parameter as 30. Now you can easily set the amount that the mag is used to correct the gyro based yaw estimate in the DCM
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this allows users to change the yaw gain in DCM
-
Phil Cole authored
Rebased old branch (demo-branch) onto master in the clone to get the file to appear and then added the text.
-
Phil Cole authored
-
Chris Anderson authored
-
- Apr 15, 2012
-
-
Michael Oborne authored
add connect warning to setup screen add networkkml to georef image, and cacheing
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this file will be used to help developers learn how to do git commits
-
- Apr 14, 2012
-
-
Michael Oborne authored
fix aerosim-rc 3.91 (packet format change) mono setup form fix (re validating disabled fields) seperate log/live mag calibation.
-
rmackay9 authored
-
- Apr 12, 2012
- Apr 11, 2012
-
-
Michael Oborne authored
work on CodeGen fix messagebox wrap modify arducopter loiter options fix setmode function update dataflash log format- thanks randy remove config.xml - this causes overwriting user settings
-
rmackay9 authored
-
Chris Anderson authored
-
-
- Apr 09, 2012
-
-
analoguedevices authored
-
rmackay9 authored
-
rmackay9 authored
ArduCopter - Parameters.h - changed initialisation order to remove compiler warning (have not changed enum values so shouldn't require eeprom format id update)
-
rmackay9 authored
-
Michael Oborne authored
-
Andrew Tridgell authored
-
Michael Oborne authored
update radio packet fix rlogs add left/right mavlink log graphing (left/right mouse) modify update detector.
-
- Apr 08, 2012
-
-
Andrew Tridgell authored
this adds local and remote radio noise levels
-
rmackay9 authored
-
- Apr 07, 2012
-
-
rmackay9 authored
AP_MotorsMatrix - fixed stability patch issue in which it would not limit a motor's output unless an opposite motor had been defined. This would only have affected Y6 frames.
-
- Apr 06, 2012
-
-
Michael Oborne authored
3dr Radio support update mavlink library
-
rmackay9 authored
-
Michael Oborne authored
3DR R setup layout - thanks andrew.
-
Michael Oborne authored
update message definitions fix radio screen
-
- Apr 04, 2012
-
-
rmackay9 authored
AP_Motors - fixed last "shadowing" compiler warning caused by badly named parameter in auto_armed method.
-
rmackay9 authored
AP_MotorsMatrix - fixed another compiler error regarding shadowing a variable. Fixed by removing those the angle and direction arrays which weren't even used
-
rmackay9 authored
AP_MotorsHeli - fixed compiler warning re move_swash function declared with int parameters in .h file but actually using int16_t in .cpp file. They're the same in arduino but perhaps the build checker is a little more strict that Arduino.
-