22154 Commits (69e8213b3789427fa94103af13b83bbff80c8878)
 

Author SHA1 Message Date
Paul Riseborough ed9a9b772e ekf2: minimum change required to use updated ecl library 8 years ago
Paul Riseborough dad2419b21 ecl: Update EKF version 8 years ago
David Sidrane 2a8eaa66ca Revist:Back out fix for secondary issue 8 years ago
David Sidrane 7322da3c19 fmu:Fixes cause of 0 values reported in pwm info 8 years ago
David Sidrane b885fd97f6 oneshot:trigger exit early in no chan in oneshot 8 years ago
Andrew C. Smith d21b6655d2 Add the Gumstix AeroCore2 to the build system. 8 years ago
Daniel Agar 05cf34a510 ekf_att_pos_estimator remove unused _mission_sub 8 years ago
Daniel Agar ed1b442065 mission require valid landing after DO_LAND_START 8 years ago
Daniel Agar 56b028148b Navigator move get_time_inside and cleanup (#7062) 8 years ago
Daniel Agar 1913b970d7 main state auto mission don't require valid mission 8 years ago
Daniel Agar 6f89e9d551 integrationtests mavros fix type 8 years ago
Daniel Agar c1d9972244 commander add parameter COM_ARM_MIS_REQ 8 years ago
Matthias Grob 709bd8cb28 mc_pos_control: combine separate pitch and roll maximum tilt angles into one 8 years ago
Matthias Grob d1b270d5b2 land_detector: fix sanity condition that we have ground contact when we are landed to include the hysteresis flag 8 years ago
Matthias Grob caecdbd60b land_detector: treat altitude mode like position mode with vertical checks but without horizontal checks 8 years ago
Beat Küng 0866025149 shutdown: disable work queues for QuRT 8 years ago
Beat Küng 643a3ba2a7 board_config: clean up board_config.h on POSIX targets 8 years ago
Beat Küng aa6814217e shutdown.cpp: use nullptr instead of NULL 8 years ago
Beat Küng dcccb3a718 system_config.h: remove typedef's, there're defined in board_common.h 8 years ago
Beat Küng a2c80e3d55 px4_config.h: remove system_config.h include, board_config.h already includes it 8 years ago
Beat Küng c98212ecd6 shutdown: ifdef for NuttX builds without work queue support 8 years ago
Beat Küng ec5f5bb808 board_config.h: add #pragma once 8 years ago
Beat Küng e129969ea2 tap_pwr: fix definition of board_shutdown() 8 years ago
Beat Küng 73cb423db6 commander: add power button notification callback 8 years ago
Beat Küng 7cb71af949 reboot.c: switch to px4_shutdown_request() 8 years ago
Beat Küng 1d1eedb086 logger: register shutdown hook for graceful shutdown 8 years ago
Beat Küng 0165633bf3 board_config: remove px4_board_pwr, use px4_shutdown_request instead 8 years ago
Beat Küng 25dfa9cda6 posix board_config.h: add include board_common.h 8 years ago
Beat Küng 694bf48422 system: add generic shutdown API 8 years ago
David Sidrane 211837c73b tap:Use board power button notification API 8 years ago
David Sidrane 109db75881 Added board power button notification API 8 years ago
jwilson 57fa031e2b Fixes problem preventing params on snapdragon platforms from being saved to flash memory. 8 years ago
jwilson 0aaf595317 Modified sanity test to identify success from the output of the PX4 flight stack, instead of QuRT. 8 years ago
Beat Küng 7442affaf6 px4fmu-v2_default.cmake: enable vmount 8 years ago
Beat Küng 36b2643402 rcS: make sure if 'vmount start' fails, boot is not aborted 8 years ago
Lucas De Marchi 88e19a0916 nuttx build: fix dangling continuation line (#7079) 8 years ago
Nate Weibley 6a99281501 Incorporate @bkueng's feedback, inhibit bogus output on first pass 8 years ago
Nate Weibley 56f4f2b41f Fix top output, indentation for #7020 8 years ago
Julian Oes 349a468f81 vmount: add to startup script, disable by default 8 years ago
Beat Küng ed577f705d vmount: set output to Neutral for VEHICLE_ROI_NONE 8 years ago
Beat Küng c20ff1737c vmount: poll only on active input 8 years ago
Beat Küng 9ed21afd59 vmount: simplify initialization 8 years ago
Beat Küng 021b808f6c vmount: fix null-pointer access by iterating only over the used objects 8 years ago
Julian Oes 7c0c97ce03 vmount: added commented output printf 8 years ago
Julian Oes f4b1623550 vmount: wrong pointer was passed to update 8 years ago
Julian Oes 87d5b41b84 vmount: fixed wrong index 8 years ago
Julian Oes ec36bdcd10 vmount: always initialize 8 years ago
Julian Oes e3d1b7fab4 vmount: _first_time flag wasn't ever reset 8 years ago
Julian Oes 07de797e8d vmount: correctly set control_data output arg 8 years ago
Julian Oes e1246063e9 vmount: another try to get abs and types right 8 years ago