145 Commits (99b32a39c43aa308074f479dc68b94ddbe026a3e)

Author SHA1 Message Date
Andrew Tridgell 805a340350 Plane: enable attitude and raw logging in HIL modes 12 years ago
Andrew Tridgell 24e1af1c82 Plane: fixed sensors and attitude HIL 12 years ago
Andrew Tridgell 53951f995a Plane: fixed GPS course in HIL 12 years ago
Andrew Tridgell 567cb47d35 Plane: fixed SERVO_OUTPUT_RAW for HIL 12 years ago
Andrew Tridgell 1104287aa2 Plane: use enum FlightMode in more places 12 years ago
Andrew Tridgell f5abc2c25e Plane: switch to an enum for flight modes 12 years ago
Andrew Tridgell 56e4cbfb1d Plane: allow reboot on APM1, and add reboot to main CLI menu 12 years ago
Andrew Tridgell 84300c85d6 APM: make it possible to run the CLI on any serial port 12 years ago
Andrew Tridgell 704da2a5d9 MAVLink: make it possible to enter the CLI over the radio 12 years ago
Andrew Tridgell a600ccece5 APM: support 16 character parameter names 12 years ago
Andrew Tridgell 69fbcc8683 MAVLink: fixed accel and gyro sensor offsets in MAVLink 12 years ago
Andrew Tridgell f80783665f APM: fixed throttle display to always be between 0 and 100 12 years ago
Andrew Tridgell 8d1905a40b APM: change WIND direction to match convention 12 years ago
Andrew Tridgell 531e62d3b5 MAVLink: improve usefulness of logged GPS velocities 12 years ago
rmackay9 cdfd3f9ccc ArduCopter, ArduPlane: rename ap variable in GCS_Mavlink.pde to resolve compiler warning re shadowing of variable 'ap' 12 years ago
Andrew Tridgell fddfb0b1a3 MAVLink: update compass health in SYS_STATUS 12 years ago
rmackay9 ef727bbb3c ArduPlane: move to use new INS library instead of IMU library 12 years ago
Andrew Tridgell 9c140356f5 APM: remove unused variable 12 years ago
Andrew Tridgell 2793e432ff APM: use raw GPS velocity in GLOBAL_POSITION_INT 12 years ago
Michael Oborne a38fef65c7 AP,AC Add ability to override an altitude in any auto mode, on the current active target 13 years ago
Andrew Tridgell bbec662483 APM: fixed build warning 13 years ago
Andrew Tridgell fbc053e6e4 APM: change to one low priority status buffer per GCS instance 13 years ago
Andrew Tridgell 41017442f8 APM: removed unnecessary waypoint_sending flag 13 years ago
Andrew Tridgell f0f47f929a APM: send right parameter index when possible 13 years ago
Andrew Tridgell 5c402fa398 APM: allow RawSensors stream rate to be saved if <= 5 13 years ago
Andrew Tridgell 63940d3ab6 APM: don't send GPS_STATUS MAVLink message 13 years ago
Andrew Tridgell cbc4a57abb APM: send airspeed sensor value, not estimate, when enabled 13 years ago
Andrew Tridgell 832c5e996e APM: make it possible to fetch parameters by index 13 years ago
Andrew Tridgell 3077de0d33 APM: much faster parameter fetching 13 years ago
Andrew Tridgell 7e8ef0ae95 APM: fixed handling of DO_REPEAT_SERVO and DO_REPEAT_RELAY 13 years ago
Andrew Tridgell 127117b640 APM: ensure DO_SET_SERVO channels are enabled 13 years ago
Andrew Tridgell 208b878988 APM: allow update of last waypoint 13 years ago
Andrew Tridgell 6e9abb616a APM: show real raw RC input, not mixed input 13 years ago
Andrew Tridgell 0812fc4890 APM: reboot only works on the APM2 13 years ago
Andrew Tridgell cb88681914 APM: added support for MAV_CMD_PREFLIGHT_REBOOT_SHUTDOWN 13 years ago
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