21710 Commits (0e650638e40ce62ab11a4977729695a90096e29c)
 

Author SHA1 Message Date
Beat Küng 0e650638e4 param: implement RW locking 8 years ago
Beat Küng b4290b6b52 params: make param_t uint16_t on NuttX 8 years ago
Beat Küng 45af77a543 mavlink parameters: try to send 5 params at once on USB & UDP connections 8 years ago
Beat Küng 2873d973de mavlink: increase parameter rate from 120 to 300Hz 8 years ago
Simone Guscetti cc153638d2 commander calibration_routines: fix the white led 8 years ago
Simone Guscetti 1e4b79034f commander_helper: Add rgbled function 8 years ago
Lorenz Meier 2af5d1b929 Mission transfer: Fix retry logic 8 years ago
Lorenz Meier 10dcb90d52 Commander: Store last manual stick setpoints only when actually in manual control mode 8 years ago
David Sidrane bef24b906e Removed v4pro cloned v4 inappropriate definitions (#6808) 8 years ago
Lorenz Meier 1a3317ebab Commander: Do not abort low battery handling due to stick motion. 8 years ago
Lorenz Meier e9e79cdc9b Updated optical flow repo 8 years ago
Lorenz Meier 706464d2eb Land detector: Fix param meta data 8 years ago
Lorenz Meier e4c012289f Logger: Sync setpoints and states to same rates 8 years ago
Lorenz Meier f7e4d8453d Logger: Drop position_setpoint_triplet to 5 Hz since its not required at such a high rate in analysis 8 years ago
Beat Küng 32cf540159 rgbled: make sure to load the params on startup 8 years ago
Beat Küng 2cf849a520 led_control: fix errors by clang-tidy 8 years ago
Beat Küng f22fc1c543 led: add breathe mode 8 years ago
Beat Küng 30841ee6bf send_event: separate initialization and wait until started for 'send_event start_listening' 8 years ago
Beat Küng 1177ec91e5 temperatoru_calibration: reformat comments to use doxygen style 8 years ago
Beat Küng 7cb291aa62 temperature_calibration: use a define for error code -110 8 years ago
Beat Küng ce8707532e led/led: change update logic to keep blinking led's in sync 8 years ago
Beat Küng 9e09f70f37 lib/led: make sure to do an orb_copy on startup 8 years ago
Beat Küng b7f5d92b21 lib/led: add some clarifying comments 8 years ago
Beat Küng df791cef94 RPi: make sure navio_rgbled works and add it to autostart 8 years ago
Beat Küng 38156d862f temperature_calibration: add led indication 8 years ago
Beat Küng 1e4fcb6616 cmake configs: add systemcmds/led_control and lib/led where needed 8 years ago
Beat Küng b1be963083 px4fmu_test rcS: switch to led_control command 8 years ago
Beat Küng 46fef30526 systemcmds: add new command led_control 8 years ago
Beat Küng 83afc207d4 drv_rgbled.h: remove this, it's not used anymore 8 years ago
Beat Küng 95e8e26ae0 commander: use led_control uorb topic 8 years ago
Beat Küng 8dae94d90a lib/led: add BREATHE mode (but not implemented yet) 8 years ago
Beat Küng 729486f992 rgbled: switch to new led uorb interface 8 years ago
Beat Küng 7fd6748f34 rgbled_pwm: switch to new led uorb interface 8 years ago
Beat Küng 6debbcb20d navio: switch to new led uorb interface 8 years ago
Beat Küng 43b98d9a2f lib/led: add led class with led_control uorb topic 8 years ago
Beat Küng 5ebbbfc6bf rgbled_pwm: warnx -> PX4_WARN, NULL -> nullptr 8 years ago
Beat Küng b0439836f6 refactor drv_led.h: rename to drv_board_led.h 8 years ago
Beat Küng 61c1f6a8ef rgbled: warnx -> PX4_WARN and NULL -> nullptr 8 years ago
Beat Küng 4b1bbaa114 posix: remove rgbledsim driver which does nothing 8 years ago
Julian Oes 404719953c commander: fix abs bug / trigger POSCTL both ways 8 years ago
Lorenz Meier fb64403607 Updated jMAVSim 8 years ago
Lorenz Meier 86a8e95017 Update jMAVSim to fix compatibility with recent java versions 8 years ago
David Sidrane 5a66539b36 HOTFIX:Backport Memory corruption due to stack coloring overreach 8 years ago
Daniel Agar 742d0e53f9 examples NULL to nullptr 8 years ago
Daniel Agar 0611677ee2 segway move to examples 8 years ago
Daniel Agar 89ff9f1fe3 cmake fmu-v3 fix and enable more examples 8 years ago
Beat Küng 4811ab6b13 logger: reduce rate of some topics 8 years ago
José Roberto de Souza f61b830ae9 nuttx-configs: aerofc: Enable CONFIG_STM32_FLASH_WORKAROUND_DATA_CACHE_CORRUPTION_ON_RWW 8 years ago
José Roberto de Souza 03e3877535 nuttx-patches: Add workaround for flash data cache corruption on read-while-write 8 years ago
David Sidrane c967cade47 HOTFIX:Backport of second round upstream NuttX i2c fix (#6771) 8 years ago