51 Commits (4187243e5c5d3e180350778207961922b651845c)

Author SHA1 Message Date
Peter Barker 005ec5cd4d AP_Parachute: move responsibility for parachute deployment up 6 years ago
Peter Barker 610bcb3387 AP_Parachute: remove un-needed initialisations 7 years ago
Andrew Tridgell e798b38271 AP_Parachute: removed create() method for objects 7 years ago
Lucas De Marchi 31db77e47b global: use static method to construct AP_Parachute 7 years ago
Lucas De Marchi 88dea049b4 AP_Parachute: add static create method 7 years ago
Lucas De Marchi 13d7f58036 global: use static method to construct AP_Relay 7 years ago
Patrick José Pereira 1eeea82e31 AP_Parachute: Add function to return _release_in_progress status 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 89a0d2aa3b AP_Parachute: Improve the PWM parameters descriptions 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 5a2a82437a AP_Parachute: Use SI units conventions in parameter units 8 years ago
Pierre Kancir 7abd22a33e AP_Parachute: example fix travis warning 8 years ago
murata 60b63bb69e AP_Parachute: Unify from print or println to printf. 8 years ago
Andrew Tridgell 7706741b9b AP_Parachute: adapt to new RC_Channel API 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Tom Pittenger ebe829614d AP_Parachute: set param "Enable" to be FLAG_ENABLE 9 years ago
Randy Mackay 71692044f8 AP_Parachute: resolve compile warning re init order 9 years ago
Rimvydas Naktinis df922dacfa Plane: Suppress throttle when parachute release initiated, not after release. 9 years ago
Andrew Tridgell 894e07a0bd AP_Parachute: added CHUTE_DELAY_MS parameter 9 years ago
Lucas De Marchi b180f3a83f AP_Parachute: replace header guard with pragma once 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Caio Marcelo de Oliveira Filho d186704724 AP_Parachute: use millis/micros/panic functions 9 years ago
Lucas De Marchi 0c6b47e331 AP_Parachute: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Andrew Tridgell aee2543b75 AP_Parachute: fixed release bug 9 years ago
Andrew Tridgell 0d9715cfe8 AP_Parachute: added a released() function 9 years ago
Caio Marcelo de Oliveira Filho 5ad8077016 AP_Parachute: remove unnecessary board include from examples 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Gustavo Jose de Sousa c6eb15f443 AP_Parachute: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 330d8f5c3a AP_Parachute: convert example from .pde to .cpp 10 years ago
Randy Mackay 3bcd97fcd1 Parachute: increase deployment duration to 2sec 10 years ago
myly10 7bb079b348 AP_Parachute.cpp: Typo correction. 10 years ago
Randy Mackay 52ca06fc22 Parachute: fix example sketch 10 years ago
Randy Mackay 542ec29e49 Parachute: set servo or relay to off position on every update 10 years ago
Randy Mackay 06bef6e3b8 Parachute: clear release time when enabled 11 years ago
Randy Mackay 3600bed47a Parachute: relay parameter description update 11 years ago
Randy Mackay 879d447404 Parachute: alt_min units to meters 11 years ago
Randy Mackay 50df95316a Parachute: initialise released variable 11 years ago
Randy Mackay 95579229ed Parachute: add 0.5sec delay before parachute is released 11 years ago
Randy Mackay 103772abe2 Parachute: add AP_Notify.h to example sketch 11 years ago
Randy Mackay a639df0256 Parachute: set AP_Notify parachute_release flag 11 years ago
Randy Mackay 699b84e8ca Parachute: minor comment changes 11 years ago
Randy Mackay d4cb51d8f7 AP_Parachute: add example sketch 11 years ago