23160 Commits (213c38afaf9834a7d6a98fd170d4b79acd8ef8dc)
 

Author SHA1 Message Date
Murilo Belluzzo 625f47def7 AP_HAL: Improve ByteBuffer::set_size 9 years ago
Murilo Belluzzo e9e31172c0 AP_HAL: Simplify ByteBuffer::readptr logic 9 years ago
Leandro Pereira fbefe32017 AP_HAL: Add method to reserve space in the ring buffer 9 years ago
Leandro Pereira e3b676ba89 AP_HAL: Add method to peek non-contiguous parts of a ByteBuffer 9 years ago
Andrew Tridgell c926d7d41f Plane: fixed typo in quadplane landing detector 9 years ago
Andrew Tridgell 1a3b292aa3 autotest: fixed run_in_terminal_window() on Linux 9 years ago
Lucas De Marchi efb6b4c57e DataFlash: ifdef both __APPLE__ and __MACH__ 9 years ago
Siddharth Bharat Purohit d65f453da1 AP_HAL_SITL:use common fenv function 9 years ago
Lucas De Marchi c728b6c164 AP_Common: missing/fenv: fix coding style 9 years ago
Siddharth Bharat Purohit 484db9ff82 AP_Common: add replacements for fe control functions systems without them 9 years ago
Lucas De Marchi e2498a1090 autotest: add function to kill tasks on MacOS 9 years ago
Siddharth Bharat Purohit 4f0dad19ea autotest: support mac osx terminal launch 9 years ago
Siddharth Bharat Purohit 71c2f69a63 waf: add support for sitl build on mac 9 years ago
Lucas De Marchi 1923d9029e mk: use SYSTYPE for Darwin and append to LIBS 9 years ago
Siddharth Bharat Purohit 98c97a689f MK: remove unused and undefined librt as build flag for macosx 9 years ago
Siddharth Bharat Purohit 8903bc9eab AP_HAL: add support for get realtime on Darwin systems 9 years ago
Andrew Tridgell 3a8ed06267 Copter: added TKOFF_NAV_ALT parameter 9 years ago
Andrew Tridgell f090e9b27c HAL_Linux: fixed makefile build with PRIu64 9 years ago
Lucas De Marchi 3ba27df405 AP_Compass: BMM150: minor refactors 9 years ago
José Roberto de Souza 6e53854122 AP_Compass: Add BMM150 backend 9 years ago
stefanlynka fd2eb8bb31 Tracker: Adding altitude difference calculation using relative altitude. 9 years ago
stefanlynka ca22f6612d Tracker: Changing pitch_range to pitch_min and pitch_max 9 years ago
stefanlynka 18e51da12d Tracker: Changed yaw slew margin 9 years ago
Andrew Tridgell b6f58bdd98 Plane: don't give tuning errors when VTOL inactive 9 years ago
Randy Mackay 50bfd6e7fd Tracker: set armed state in mavlink heartbeat 9 years ago
Randy Mackay a079c7bf4c Tracker: bug fix re ignoring invalid START_LAT message 9 years ago
Fernandes Pinheiro, Daker 51bf638ad3 PID: Remove unused method get_pid_4500 9 years ago
Tom Pittenger 19713200e5 AP_TECS: coverity scan: init variable struct 9 years ago
Tom Pittenger 6d0cf22358 AP_TECS: spelling 9 years ago
Tom Pittenger 753c0d47f0 AP_TECS: coverity scan - variables not initialized in constructor 9 years ago
Tom Pittenger 5f16d873b8 AP_L1_Control: coverity scan - ignoring get_position() result 9 years ago
Tom Pittenger a74e86c234 GCS_MAVLink: coverity scan - computed value overwritten without use for SITL 9 years ago
Tom Pittenger bd8debdf8b GCS_MAVLink: coverity scan - variables not initialized in constructor 9 years ago
Tom Pittenger 8d2872d3ab AP_Baro: coverity scan - variables not initialized in constructor 9 years ago
Tom Pittenger 93462d0fe3 AP_Airspeed: coverity scan - variables not initialized in constructor 9 years ago
Tom Pittenger 9b807fa8a5 Plane: coverity scan - variables not initialized in constructor 9 years ago
Tom Pittenger d558f32142 AP_L1_Control: coverity scan - variables not initialized in constructor 9 years ago
Andrew Tridgell 96d785f1c6 Plane: added auto_navigation_mode flag 9 years ago
Andrew Tridgell 0be442d34b SITL: improved throttle input in XPlane 9 years ago
Andrew Tridgell f387f248d3 SITL: added support for servo slew rates and retract servos 9 years ago
Randy Mackay c368cb07c2 Git: ignore ral.txt files 9 years ago
Luis Vale Gonçalves 334233d48f AP_BoardConfig: fix spelling in parameter description 9 years ago
Randy Mackay 877a144dea Copter: pre-arm check that rally points are within fence 9 years ago
Randy Mackay 2647bed484 Copter: guided mode uses modified check_destination_within_fence 9 years ago
Randy Mackay e820506c5a AC_Fence: add polygon fence check to check_destination_within_fence 9 years ago
Randy Mackay a9d1dcd6ac AC_Fence: trigger reloading of polygon fence if update from GCS 9 years ago
Jonathan Challinger 0eac5a5c8f AC_PrecLand: remove zero terms from math 9 years ago
Jonathan Challinger b5e80148c6 AC_WPNav: remove shift_loiter_target 9 years ago
Jonathan Challinger 91a5b26725 Copter: use simplified precland interface 9 years ago
Jonathan Challinger f74e162451 AC_PrecLand: redo math, simplify interface 9 years ago