164 Commits (0056bfadd7babe1c298e4ee76cb18fec7126b14e)

Author SHA1 Message Date
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
Andrew Tridgell 7b50724f60 MAVLink: allow for find grained stream rate control 13 years ago
Andrew Tridgell e0bb7e2777 MAVLink: don't waste 100 bytes of bandwidth sending 1 byte of information 13 years ago
Andrew Tridgell 4c4c38f69a APM: Added MANUAL_LEVEL option 13 years ago
Andrew Tridgell 34506b170f Mavlink: fixed warnings about limits on int32 values 13 years ago
Andrew Tridgell 458d55e5bc MAVLink: constrain variable changes to the datatype range 13 years ago
Andrew Tridgell 8afd196907 APM: adapt ArduPlane for AHRS framework 13 years ago
Andrew Tridgell d75e883fe8 GCS: get_integrator() is now get_gyro_drift() in DCM 13 years ago
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