53 Commits (4dff78b9c0201eceb14bfc568f08a8e9c1d61f94)

Author SHA1 Message Date
Andrew Tridgell 13d5839778 APM: removed quaternion special cases 13 years ago
Andrew Tridgell e39c3cb9d2 APM: make it possible to build ArduPlane with quaternion support 13 years ago
Andrew Tridgell b455443e2c APM: added logging of DCM, HWSTATUS and SIMSTATE 13 years ago
Andrew Tridgell 690dc9052a GCS: force scalar type in copy_name() 13 years ago
Andrew Tridgell df8a557630 AP_Param: update users of AP_Param for ParamToken 13 years ago
Andrew Tridgell 78babd37fa APM: use set_and_save_ifchanged() for GCS stream rates 13 years ago
Andrew Tridgell c662140a2b APM: report the nav_bearing as hold_course when enabled 13 years ago
Andrew Tridgell c042ef1298 APM: fixed some build warnings 13 years ago
Andrew Tridgell 8d1729b3ba Mavlink: report the corrected pitch via MAVLink 13 years ago
Andrew Tridgell ecdbfd257a token is 16 bits now 13 years ago
Andrew Tridgell 0b3e3ec5c8 added group indexes to GCS_MAVLINK class 13 years ago
Andrew Tridgell bc0ed62aa9 adapt mainline APM code to AP_Param 13 years ago
Sandro Benigno 3200781f56 Battery monitor type 3 cannot calculate battery remaining properly, due it uses only voltage reading. This path set battery_remaining to a value out-of-band for that type of monitoring. It informs to external devices to not show that info. 13 years ago
Michael Oborne 6b949511ca change rc norm_output to scale evenly across the entire range 13 years ago
Doug Weibel 69c7598db2 Update battery monitoring code for ArduPlane 13 years ago
Michael Oborne cd145fd7a9 add circle to output modes 13 years ago
Andrew Tridgell 42522baf9f geofence: store fence points as int32_t 13 years ago
Andrew Tridgell fc495ce6a7 geofence: added fence status reporting and faster altitude check 13 years ago
Andrew Tridgell 3b148c87d5 geofence: main geo-fence code 13 years ago
Andrew Tridgell 84a694efb9 only check for "enter 3 times" in first 20s after boot 13 years ago
Andrew Tridgell 8cd13749bd MAVLink: fixed link flood on waypoint upload 13 years ago
Andrew Tridgell d5c23c83cf apm2: fixed for new barometer code 13 years ago
Andrew Tridgell 39a36fe946 fixed the "reboot on GPS lock" bug 13 years ago
Andrew Tridgell 838c57cd1a mavlink: paranoia setting of failsafe when forcing AUTO mode 13 years ago
Andrew Tridgell 7def0e98e8 USB-MUX: auto-switch telemetry port based on UXB mux for ArduPlane 13 years ago
Andrew Tridgell 8ef364657b MAVLink: fixed throttle display in VFR_HUD 13 years ago
Amilcar Lucas ab730ff919 Added camera and/or antenna mount support. 13 years ago
Andrew Tridgell 9eb27c2573 GCS: fixed timeout loading waypoints 13 years ago
Michael Oborne 3f3c04f95b Add MAVLINK_MSG_ID_HIL_STATE message 13 years ago
Andrew Tridgell d9ae4e4e6e MAVLink: use new MAV_MODE_FLAG_CUSTOM_MODE_ENABLED flag 13 years ago
Andrew Tridgell 580647b1de use C++ tricks to minimise differences for MAVLink 1.0 13 years ago
Doug Weibel 645b9c1d48 Initial rewrite of command logic. 13 years ago
Andrew Tridgell 5a44298d57 CLI: enable "hit enter 3 times" support for CLI 13 years ago
Andrew Tridgell 2b9daf65ff mavlink: fixed WP upload 13 years ago
Andrew Tridgell 5a089f98d2 MAVLink: MAVLink 1.0 support now builds 13 years ago
Andrew Tridgell f815a1b27b mavlink: started adding support for MAVLink 1.0 13 years ago
Michael Oborne d38b289766 hil sensor cleanup 14 years ago
Michael Oborne 7ef51f723d Sensor hil fix's 14 years ago
Amilcar Lucas e5c248e2bf Moved mavlink_check_target() to the libraries/. 14 years ago
Andrew Tridgell 6a9a85f184 remove unused climb_rate code 14 years ago
Andrew Tridgell 0f09bf6654 GCS: added new gcs_send_text_fmt() method 14 years ago
Andrew Tridgell 9351ef17a9 GCS: don't send low priority messages unless they fit 14 years ago
Andrew Tridgell 55cd7bcf1d added gcs_severity enum 14 years ago
Andrew Tridgell 66e4ae50bb remove some more old cruft 14 years ago
Andrew Tridgell 73223ee458 remove Mavlink_Common.h and used deferred logic for params/waypoints 14 years ago
Andrew Tridgell de12ea429e remove some more unused code in the GCS interface 14 years ago
Andrew Tridgell e61d742345 GCS: make the two GCS links gcs0 and gcs3 14 years ago
Andrew Tridgell 2ca8e58bc2 GCS: simplify the API for sending messages 14 years ago
Andrew Tridgell 17ebb311a7 MAVLink: use enum ap_message and remove unused param argument 14 years ago
Andrew Tridgell 9baab490f1 HIL: first step in simplifying the HIL/GCS code 14 years ago