5025 Commits (37e00fae80acada6761ecb3f6b16ee97493381e3)
 

Author SHA1 Message Date
Jason Short 5d756decd2 ACM : Attitude.pde 13 years ago
Jason Short 02649f3f11 ACM : Arducopter.pde 13 years ago
Jason Short 4a56e8ea2c ACM : Toy Mixer options 13 years ago
Jason Short 52b2aacf28 AHRS DCM: FOrmatting 13 years ago
Amilcar Lucas 32e354be4e AP_Mount: Reduce parameter name length, to allow MNT2_* strings to be smaller than the limit of 15 characters 13 years ago
Andrew Tridgell 0ffc89d512 APM: support the MISSION_WRITE_PARTIAL_LIST command 13 years ago
Andrew Tridgell f812fc921f build: fixed more build warnings 13 years ago
Andrew Tridgell 0763bbd1af MPU6000: fixed some build warnings 13 years ago
Andrew Tridgell c70bae9617 AP_MetaClass: fixed a warning 13 years ago
Andrew Tridgell 7f4b7703c1 AP_Param: fixed some build warnings 13 years ago
Andrew Tridgell 6213032957 MAVLink: removed obsolete files 13 years ago
Andrew Tridgell 5d1d9e9042 MAVLink: added generator.sh script 13 years ago
Andrew Tridgell dc47074dbd MAVLink: removed the need for Mavlink_compat.h 13 years ago
Andrew Tridgell 2a7b298bbc MAVLink: moved mavlink variables back to library 13 years ago
Andrew Tridgell 5498d347f3 APM: Added RST_MISSION_CH option 13 years ago
Andrew Tridgell e2c8ec2c9e APM: removed THROTTLE_REVERSE option 13 years ago
Andrew Tridgell 6b12ad79ff APM: tweak Rascal autotest settings 13 years ago
Andrew Tridgell e133900c68 APM: Added STICK_MIXING option 13 years ago
Amilcar Lucas d34549f386 Add an optional second mount to ArduPlane and ArduCopter 13 years ago
Amilcar Lucas 0b0b9c29a2 Allow fully independent operation of two AP_Mount instances 13 years ago
Amilcar Lucas 9cc705939a Add a second mount instance 13 years ago
Amilcar Lucas 530ea0bebd AP_Mount: Enable Joystick speed code, now that the framework supports more than 16 parameters per group. 13 years ago
Andrew Tridgell a8c99f3887 SITL: fixed deletion of eeprom.bin 13 years ago
Andrew Tridgell 03714fc695 ACM: make it possible to set AHRS_GPS_GAIN on ArduCopter 13 years ago
Andrew Tridgell dc99586981 APM: removed pointless load() call 13 years ago
Andrew Tridgell 103b02fe94 ACM: removed pointless load() calls 13 years ago
Andrew Tridgell dcc50b5705 AP_Airspeed: removed values passed to constructor 13 years ago
Andrew Tridgell e6e25525bc AP_Param: avoid saving values within 0.01% of the default value 13 years ago
Andrew Tridgell 45c27317ef AP_Mount: fixed defaults for angles 13 years ago
Andrew Tridgell 2114acddf1 APM: fixed default flap speed 13 years ago
Andrew Tridgell 5bfd1200d6 APM: change variables to use _cm, _cd and _ms suffix for units 13 years ago
Andrew Tridgell fb26160d3b ACM: change to use get_bearing_cd() instead of get_bearing() 13 years ago
Andrew Tridgell a5b5546e2a Rover: change to use get_bearing_cd() 13 years ago
Andrew Tridgell 8ae35cae1c AP_Math: rename get_bearing() to get_bearing_cd() to make units obvious 13 years ago
Andrew Tridgell a823c9ceae APM: removed cli slider and dipswitch options 13 years ago
Andrew Tridgell dfac01e6f1 AP_Param: updated APMrover2 code for new AP_Param syntax 13 years ago
Andrew Tridgell c2a4d59132 AP_Param: update ArduCopter core for new AP_Param interface 13 years ago
Andrew Tridgell 12cd6b68ff AP_Param: update ArduPlane core for new AP_Param interface 13 years ago
Andrew Tridgell 9355bd6832 AP_Param: update VARTest for new AP_Param interface 13 years ago
Andrew Tridgell 7ff7514a88 SITL: added pgm_read_dword() and pgm_read_float() 13 years ago
Andrew Tridgell 518d6365ff AP_Param: update remaining libraries for new constructor syntax 13 years ago
Andrew Tridgell 898a5af692 AP_Param: update AHRS for new constructor syntax 13 years ago
Andrew Tridgell 5e8fe8d93e AP_Param: update PID libraries for new constructor syntax 13 years ago
Andrew Tridgell c298d5130f AP_Param: major update to use default values in var_info table 13 years ago
Andrew Tridgell 1b099344a3 Rover: fixed build with new RC_Channel code 13 years ago
Andrew Tridgell a7b9aff79f AP_Baro: the DerivativeFilter now handles duplicate data 13 years ago
Andrew Tridgell 77f3b60b6f Filter: make the DerivativeFilter test GNUPlot friendly 13 years ago
Andrew Tridgell 899eeb608b Filter: automatically cope with duplicate timestamps 13 years ago
Jonathan Challinger 7815e3d810 APM: fixed rounding of altitude 13 years ago
Andrew Tridgell d7d33c64b7 Filter: fixed a off-by-one DerivativeFilter bug 13 years ago