1146 Commits (d10372c6b5c4d10d7f36511a29e6a155cc2d3318)

Author SHA1 Message Date
Daniel Agar 26f00609ac multirotor_motor_limits only publish for MC 8 years ago
Daniel Agar 681f019ac3 platforms remove extra semicolons 8 years ago
Daniel Agar e6f2ba9864 bebop_fix fix sign compare 8 years ago
Daniel Agar 8e3efc5135 gpssim fix sign-compare 8 years ago
Daniel Agar 57cffa82f1 posix main fix sign-compare 8 years ago
Daniel Agar 07619cf723 Make NuttX drivers cross platform (VDev -> CDev) 8 years ago
Daniel Agar b70b8288b9 px4_includes cleanup incomplete list 8 years ago
José Roberto de Souza 925efe990d Initialize all outgoing vehicle_command_ack_s and vehicle_command_s 8 years ago
David Sidrane 9644f855e3 common:Define default BOARD_NUMBER_I2C_BUSES and BOARD_I2C_BUS_CLOCK_INIT 8 years ago
David Sidrane 9a21969189 px4_micro_hal:Define PX4_NUMBER_I2C_BUSES based on the arch/chip 8 years ago
Peter Duerr 453937a89a Fix va_arg calls (always call va_end) 8 years ago
Peter Duerr 5be23060e7 Fix resource leaks identified by cppcheck 8 years ago
Beat Küng 1942641ff6 semaphore: add px4_sem_trywait 8 years ago
Lorenz Meier b07dde78e3 Move scheduling priorities into px4_tasks to simplify header usage 8 years ago
Lorenz Meier 9d49690f17 GPS simulation: Manage delays correctly 8 years ago
Lorenz Meier d69c53827f HRT sim: Remove outputs that smash simulator stack 8 years ago
Lorenz Meier 1c0dd8ba49 Simulator: Add scaling API to adjust for slow simulators 8 years ago
Lorenz Meier cf7d4fc1a7 GPS sim: Adjust delay closer to what real u-blox devices do 8 years ago
Beat Küng b1215a6ddd px4_shutdown_request: make sure we release the lock in every case 8 years ago
Beat Küng c5a1d1928d px4_shutdown_unlock: check that counter is > 0 8 years ago
Beat Küng dcb5f80180 shutdown: increase the max timeout to 5s 8 years ago
Beat Küng 898a8dcd57 shutdown: add px4_shutdown_{lock,unlock} API methods 8 years ago
Beat Küng 2815c62acf fix power button shutdown: use an orb topic instead of a work queue call 8 years ago
Lorenz Meier 61b0a81bf9 HITL startup: Further simplification of boot logic in commander 8 years ago
Beat Küng 0109154c43 logger: avoid logging the UUID if the system does not provide it 8 years ago
Beat Küng 42f7e6bca3 px4_defines: make sure that PX4_ROOTFSDIR is a string 8 years ago
David Sidrane 8e8510f398 Added Power Brick related battery_status.msg fields 8 years ago
David Sidrane 4349f49610 PX4 System:Expunge the nuttx adc structure from the system 8 years ago
Nicolae Rosia 5618f34f3b Remove usage of waitForUpdate/updateNotify, there are no users of this feature. 8 years ago
Nicolae Rosia 67987d27d8 barosim: revamp driver 8 years ago
Beat Küng 3b64be44f4 ModuleBase: add wait_until_running() method 8 years ago
Beat Küng 053eb12329 Module documentation: switch to Markdown 8 years ago
Beat Küng 63af349bba px4_module.h: include <cstring> for strcmp() 8 years ago
Beat Küng 59bde454b5 ModuleBase: instanciate -> instantiate 8 years ago
Beat Küng 04c4339ca3 module: add a common module base class with usage printf methods 8 years ago
Daniel Agar eb067291bf airspeed sensors apply offset separately 8 years ago
Lorenz Meier 1acf547e8b POSIX: Move C/C++ separation 8 years ago
Lorenz Meier a6ef6c6e33 SITL Launcher: gzserver must be running when gzclient connects 8 years ago
Lorenz Meier dea467bdbd POSIX: Make sure we do not run out of PX4 file descriptors 8 years ago
Daniel Agar f947205cbe delete vehicle_global_velocity_setpoint 8 years ago
Daniel Agar 6a443765a5 cmake only include mavlink where used 8 years ago
Beat Küng ce7d8d2270 sensor_mag.msg: add is_external flag & set it in the mag drivers 8 years ago
Daniel Agar 4937449890 move parameter unittest into systemcmds 8 years ago
davidaroyer 184b190513 DF_MPU9250_Wrapper: move mag rotation prior to calibration application 8 years ago
Daniel Agar 17c1114b3e clang-tidy readability-named-parameter 8 years ago
Daniel Agar 78205b25c9 gyrosim remove unused work handle 8 years ago
Daniel Agar 5d626bd940 clang-tidy remove redundant init 8 years ago
Sergej Scheiermann dad5224206 bmi055 added to start-up script 8 years ago
Sergej Scheiermann cfed8ee2dd bmi055 initial integration 8 years ago
Phillip Khandeliants 5012dffeae Potentially infinite and deleted loops found by PVS-Studio (#7100) 8 years ago