23445 Commits (9fda608d4af1b009cab7e12d30e6d246ced8de90)
 

Author SHA1 Message Date
Staroselskii Georgii 9576be3a21 Replay: encapsulated signal handling 9 years ago
Andrew Tridgell 70c4038751 Replay: changed Makefile to use waf 9 years ago
Randy Mackay d19c074ba1 AP_ADC_ADS1115.h: changed member declaration order to resolve compiler warning 9 years ago
hiro2233 3ae36c4a6c AP_HAL_Linux:RCInput: Minimun input channels defined 9 years ago
hiro2233 4a6447575c AP_HAL: fixed and updated RCInput example. 9 years ago
Andrew Tridgell 9df58e1e0a AP_Arming: don't show the GPS arming error in SITL 9 years ago
Andrew Tridgell 388b7ad6bd Plane: fixed is_flying_vtol() for non-quadplane 9 years ago
Lucas De Marchi a159eedd8c AP_RangeFinder: fix bus for Lightware on some boards 9 years ago
Lucas De Marchi cb01280d77 AP_HAL: define bus for Lightware rangefinder 9 years ago
Jonathan Challinger 4dfb277683 AP_RangeFinder: fix LightwareI2C conversion to I2CDevice 9 years ago
Tom Pittenger 5108b4cbb6 AP_BattMonitor: move vehicle dependant code to be c-file only, not header 9 years ago
murata 7721290160 AP_Scheduler:time_available value type invalid uint16_t to valid uint32_t. 9 years ago
Murilo Belluzzo d8b58690ad AP_TECS: Remove useless 'if' statement 9 years ago
Lucas De Marchi c6edae7e8e Revert "Global: workaround toolchain problem on windows" 9 years ago
mirkix 6082472990 AntennaTracker: Delete (wrong) filename out of header 9 years ago
Gustavo Jose de Sousa ef0fb97fe4 waf: reduce scope of ant_glob() patterns 9 years ago
mirkix e3934fac80 ArduCopter: Delete (wrong) filename out of header 9 years ago
Gustavo Jose de Sousa 1ad0c685eb waf: add git_submodule post build callback 9 years ago
Gustavo Jose de Sousa 4bd17ab90c waf: git_submodule: allow warning about skipped submodules updates 9 years ago
Gustavo Jose de Sousa 4cd70842d9 waf: git_submodule: don't update submodule if non-fastforward 9 years ago
Gustavo Jose de Sousa 65e19fd9af waf: don't update submodules if not a git repository 9 years ago
Tom Pittenger 2c6340bb10 AP_ADSB: compiler warning: init value before use even though it already is 9 years ago
Tom Pittenger dce734d196 AP_ADSB: treat invalid vehicle same as out-of-range: ignore and/or delete it 9 years ago
Tom Pittenger 726d1d515e AP_ADSB: use correct units (sec) in time since last update for vehicle update 9 years ago
Randy Mackay a8f04bd030 mavlink: update to use mav-collision items 9 years ago
Randy Mackay 49674abb21 Copter: guided mode's velocity controller stops before fence 9 years ago
Randy Mackay 7a6e0a981b Copter: simplify guided mode's velocity controller's accel limit calcs 9 years ago
Randy Mackay f27cf8d388 AC_Avoidance: add adjust_velocity that accepts Vector3f for convenience 9 years ago
Peter Barker 692ff22453 AC_Avoid: move closest_point to AP_Math 9 years ago
Peter Barker 2047d53470 Math: move closest_point in from AC_Avoid 9 years ago
Randy Mackay dc52f3b2df Copter: guided mode applies acceleration limits to velocity controller 9 years ago
Randy Mackay 866487608e Copter: rename guided mode's posvel controller target variables 9 years ago
Randy Mackay 6118bf1b14 Copter: remove adsb sensor library based avoidance 9 years ago
Randy Mackay d50987f976 Copter: avoidance_adsb implements copter avoidance using ADSB 9 years ago
Randy Mackay df55704875 Copter: pre-arm check includes adsb failsafe 9 years ago
Randy Mackay 68899ed921 Copter: add adsb to failsafe structure and report in heartbeat to GCS 9 years ago
Randy Mackay f4db4bdb08 Copter: GCS_MAVLink passes packets to AP_Avoidance 9 years ago
Randy Mackay 61844b3062 Copter: add AP_Avoidance to build 9 years ago
Peter Barker 89fbf23012 AP_Avoidance: get_location becomes a method on adsb rather than a abds vehicle 9 years ago
Peter Barker b5c1019aac AP_Avoidance: adsb based avoidance library 9 years ago
Peter Barker 1cdb97e605 AP_ADSB: support for provision of samples to other libraries 9 years ago
Peter Barker 4639d12f0e AP_ADSB: break circular dependency with Avoidance 9 years ago
Peter Barker aae84b3edc GCS_MAVLink: send_collision_all 9 years ago
Peter Barker 7bc9a1cf83 GCS_MAVLink: break out a packetReceived function 9 years ago
Peter Barker 779f78d471 AP_Math: vector3 perpendicular function 9 years ago
Peter Barker f6cb0ffb6f AP_Math: add Vector2f perpendicular 9 years ago
Peter Barker b6d0b028c3 AP_Math: add operator[] to Vector2 9 years ago
mirkix db665e6de7 APMrover2: Fix filename in header 9 years ago
Andrew Tridgell f65b46385c Plane: added engine cut on land final in quadplane 9 years ago
Andrew Tridgell d25396543c AP_ICEngine: report takeoff height set 9 years ago