416 Commits (1b521a9f73ca20f5936a51dca2f0697ceef19993)

Author SHA1 Message Date
Michael Oborne cb0eacca37 AP Fix Hil Airspeed calc in m/s 13 years ago
Andrew Tridgell 9eb05a2e1a APM: update version for 2.50 release 13 years ago
Andrew Tridgell 6bcfe913f7 APM: added a SCALING_SPEED parameter 13 years ago
Andrew Tridgell 3c2fc72654 APM: fixed HIL build 13 years ago
Andrew Tridgell 07992bc943 APM: fixed build 13 years ago
Andrew Tridgell 7e697e4abd APM: switch back to old nav_roll calculation 13 years ago
Michael Oborne 39ad8b5eec AP fix sitl hil attitude mode. 13 years ago
Andrew Tridgell 9e72d4c3f4 APM: fixed a problem with wayoints completing early 13 years ago
Andrew Tridgell 85465c9126 MAVLink: fixed another two places where micros() was used for a millisecond time 13 years ago
Jason Short 98237a0e00 Added Oilpan INS group object param 13 years ago
Jason Short e574f3c8cf Arduplane: Fixed unsigned int comparison warning 13 years ago
Jeff Taylor d02655ac56 APM: Fixed bug where landing_pitch wasnt initialized properly 13 years ago
Andrew Tridgell d6e370886f APM: rename airspeed_cruise to airspeed_cruise_cm to make the units clearer 13 years ago
Andrew Tridgell 1cf5057c61 APM: Use g.airspeed_cruise for turn rate calculation if the airspeed sensor is disabled. 13 years ago
Jonathan Challinger c7da63509b APM: Removed unused YAW_DAMPENER code. 13 years ago
Jonathan Challinger d9d055ef78 APM: Removed incorrect nav_gain_scaler from nav_roll calculation. 13 years ago
Amilcar Lucas 3d385c0fb4 ArduPlane parameters: re-order the files, looks like the second file gets ignored :( 13 years ago
Amilcar Lucas 8a8e11fa7f ArduPlane parameters: Add base class info as well 13 years ago
Amilcar Lucas 610fdeacc1 Support up to 11 servos in APM2 13 years ago
Michael Oborne 636fcadde4 fix rc libray param gen 13 years ago
Jonathan Challinger fc4f111d15 Changed mavlink GLOBAL_POSITION_INT.relative_alt message to correctly return altitude above ground. 13 years ago
Andrew Tridgell de3c9ce56d Airspeed: change APM to use new AP_Airspeed library 13 years ago
Michael Oborne 67ecaa9252 AP fix duplicate keys in param config 13 years ago
Amilcar Lucas dfe0983e1e Merge the changes from APM_Camera branch into ArduCopter 13 years ago
Andrew Tridgell c80a88766f APM: added credit for FBW altitude limit code 13 years ago
Andreas M. Antonopoulos de64c05f8e param_parser: cosmetic 13 years ago
Andrew Tridgell 78c51b945f APM: fixed DisplayName/Description mixups in parameter docs 13 years ago
Andrew Tridgell f6d7d1bc59 APM: changed PID library to do automatic deltat calculation 13 years ago
Andrew Tridgell 58fd91165f APM: fixed some build warnings and type errors 13 years ago
Andrew Tridgell 5abd26a142 APM: more parameter documentation 13 years ago
Andrew Tridgell 21f06f8a39 GeoFence: fixed default return altitude units 13 years ago
Andrew Tridgell 0385932afb MAVLink: added climb rate reporting 13 years ago
Andrew Tridgell 95d9569b35 Docs: fixed some units in APM parameter docs 13 years ago
Andrew Tridgell 60caaa4b04 MAVLink: remove MAVLink 0.9 protocol support 13 years ago
Andrew Tridgell fb66899414 APM: changed test for having completed a waypoint 13 years ago
Andrew Tridgell 6ee9f1ae97 APM: use new location functions 13 years ago
Andrew Tridgell 99b11e4f19 Mount: enable mount control via eeprom parameters 13 years ago
Michael Oborne b2d73d8f68 fixup sitl attribute group for planner. - causing invalid advanced/standard views 13 years ago
Andrew Tridgell 82ede937e7 AnalogSource: convert analogRead() calls to the new API 13 years ago
Andrew Tridgell 55092c25a6 SITL: enable the SIM_* parameters in ArduCopter and ArduPlane 13 years ago
Andrew Tridgell 5bccfbd94c Barometer: fixed airstart for APM 13 years ago
Andrew Tridgell 3a2594fa1a APM: ArduPlane updates for new compass interface 13 years ago
Andrew Tridgell 6639294c72 APM: update for new barometer interface 13 years ago
Andrew Tridgell 2934b4173b APM: set_centripetal() is now set_fly_forward() 13 years ago
rmackay9 621e020dac ArduPlane HIL: fixed bug so g_gps->setHil calls send time as a uint32_t (was sending a float but was cast back to an uint32_t resulting in a meaningless time that never changed). 13 years ago
Amilcar Lucas b072a59843 Improve parameters descriptive text 13 years ago
Andrew Tridgell 4a50686c3e APM: prepare for 2.40 release 13 years ago
Andrew Tridgell 58379b928f MAVLink: make usage of MAVLink defines more consistent 13 years ago
Andrew Tridgell 619bcc00d9 APM: parameter enums should not be conditionally compiled 13 years ago
Andrew Tridgell 0900751bcd APM: added longer comment on k_format_version 13 years ago