210 Commits (540ca25b840ea44f15cd94f60bffe0f2d55230d3)

Author SHA1 Message Date
Andrew Tridgell e2779523ea APM: fixed fetch of relative altitude waypoints 13 years ago
Andrew Tridgell d07d42403e APM: tidy up an if() statement 13 years ago
Andrew Tridgell 130b26e1f9 APM: support DO_SET_SERVO command 13 years ago
Andrew Tridgell 9b2ad55773 APM: added forwarding of unknown MAVLink types 13 years ago
Michael Oborne cd08420c3e AP fix takeoff alt issue 13 years ago
Andrew Tridgell f6c3197cd2 APM: added new TELEM_DELAY parameter 13 years ago
Andrew Tridgell ecc6a52904 APM: report estimated airspeed if airspeed not available 13 years ago
Andrew Tridgell abe5bbfa4d APM: support forcing MANUAL of FBWA mode over MAVLink 13 years ago
Andrew Tridgell 6ab2a861f7 APM: added RSSI to RC_CHANNELS_RAW as well 13 years ago
Andrew Tridgell 2d5bb7c51b APM: added RSSI in raw message too 13 years ago
Andrew Tridgell c0c0b8c976 APM: added RECEIVER_RSSI_PIN option 13 years ago
uncrustify f7b8fecad9 uncrustify ArduPlane/GCS_Mavlink.pde 13 years ago
rmackay9 11e946eb54 ArduCopter, ArduPilot: revert mavlink delay callback to be "unsigned long" 13 years ago
rmackay9 6d489947cf ArduPlane: replaced many "int" with "int16_t", "long" with "int32_t" 13 years ago
rmackay9 9773c8ce93 ArduPlane: commented out two unused variables to remove compiler warning 13 years ago
Andrew Tridgell d27e51f20a APM: allow telemetry send during parameter and waypoint fetch 13 years ago
Andrew Tridgell ed064b2506 MAVLink: enable fetching of single parameters 13 years ago
Andrew Tridgell c960db7af5 APM: allow for separate calibration of airspeed/barometer 13 years ago
Andrew Tridgell 8cb55eb75a APM: keep the time of the last heartbeat message 13 years ago
Andrew Tridgell 0584017aff APM: expose change_command() and geofence_breached() to libraries 13 years ago
Andrew Tridgell 93f1d5645b APM: fixed LOITER_TIME and LOITER_TURNS 13 years ago
Andrew Tridgell c31eef59ae Mavlink: log wind estimation result 13 years ago
Andrew Tridgell d9b09d2c93 APM: allow for navigation by dead-reckoning 13 years ago
Andrew Tridgell 0ffc89d512 APM: support the MISSION_WRITE_PARTIAL_LIST command 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 e133900c68 APM: Added STICK_MIXING option 13 years ago
Andrew Tridgell 5bfd1200d6 APM: change variables to use _cm, _cd and _ms suffix for units 13 years ago
Andrew Tridgell 12cd6b68ff AP_Param: update ArduPlane core for new AP_Param interface 13 years ago
Michael Oborne cb0eacca37 AP Fix Hil Airspeed calc in m/s 13 years ago
Andrew Tridgell 3c2fc72654 APM: fixed HIL build 13 years ago
Andrew Tridgell 85465c9126 MAVLink: fixed another two places where micros() was used for a millisecond time 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
Andrew Tridgell 58fd91165f APM: fixed some build warnings and type errors 13 years ago
Andrew Tridgell 0385932afb MAVLink: added climb rate reporting 13 years ago
Andrew Tridgell 60caaa4b04 MAVLink: remove MAVLink 0.9 protocol support 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
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 1906e06b69 Added camera trigger functionality 13 years ago
Michael Oborne b4a1b03fd3 AP: add fake satellite count for hil. 13 years ago
Andrew Tridgell d9457ecc38 MAVLink: send time of GPS fix accurately 13 years ago
Andrew Tridgell 8e01bc3593 MAVlink: update ArduPlane for param fetch during DataFlash erase 13 years ago
Michael Oborne 218e70cd8b AP - fix attitude level hil mavlink 1.0 issue 13 years ago
Andrew Tridgell b6a475f6a5 MAVLink: make APM build with MAVLink 1.0 possible with arduino GUI 13 years ago
Andrew Tridgell 95be2c5922 APM: updates for MAVLink 1.0 13 years ago
Andrew Tridgell 8e6fdb8981 APM: use OutputCh_current() in MAVLink servo logging 13 years ago
Michael Oborne 8d797fec3c fix potential null pointer 13 years ago
Andrew Tridgell e1270401bf MAVLink: make parameter send use adaptive stream rate 13 years ago