17849 Commits (05885e4e5f99cc1a2b7bd5b6f3aeae2bcee2453f)
 

Author SHA1 Message Date
Roman 29c5c25f47 fix bug in the logging app: 9 years ago
Lorenz Meier 5bcdfed203 Improve trigger meta 9 years ago
Lorenz Meier a01cb1d0b8 Bump param meta version 9 years ago
Lorenz Meier 2fc6cdd994 Gazebo SITL: Ensure a tightly closed altitude control loop 9 years ago
Lorenz Meier 65d0d1f9e3 Commander: Allow better battery failsafe warning / actions 9 years ago
Lorenz Meier f3586b371a Travis CI: Upload all default targets 9 years ago
Lorenz Meier 7a197c5384 Travis CI: Re-create historic file names 9 years ago
Lorenz Meier 83f146aea7 Update master build 9 years ago
David Sidrane 161f92250f Update CMakeLists.txt (#4377) 9 years ago
Julian Oes 99286cf1bd ekf2: replace `!isnan` with `PX4_ISFINITE` (#4374) 9 years ago
Julian Oes ea3adee28a shmem_qurt: fix format 9 years ago
Julian Oes e3c9135ac2 param_shmem: fix bug where params didn't stick 9 years ago
Lorenz Meier 2fff2d4eac Robustify single mode selection. Fixes #4364 9 years ago
Mark Whitehorn 1a5040b9d2 only call fsync in NUTTX builds 9 years ago
Mark Whitehorn 6f20b9e1df fix unused variable error 9 years ago
Mark Whitehorn 4cf427510e fix problem with log_file_path and add msg timestamps 9 years ago
Andrew Tridgell 6552f925f8 px4fmu: allow control of safety state on FMUv4 9 years ago
Nicolas de Palezieux 9199c5ec17 changed parameters to int32_t to prevent stack smashing 9 years ago
Nicolas de Palezieux b1c6a2c7ab ensure PWM_DISARMED value is sent to ESCs if snapdragon does not send anything else 9 years ago
Julian Oes f454d74a51 mavlink: fix Snapdragon build 9 years ago
Julian Oes 2e476ce6bf gps/devices: updated submodule 9 years ago
Julian Oes 5e5af9c37f posix px4_layer: fix Mac build 9 years ago
Julian Oes ee57055b99 posix px4_layer: fix linking error on QURT 9 years ago
Julian Oes c975d01200 gps: fix Snapdragon build 9 years ago
Lorenz Meier 191afe499c Gazebo: More Eigen3 fixes 9 years ago
Lorenz Meier 14a20e3112 MAVLink streams: Better log file handling 9 years ago
Beat Küng b855d76f28 fix gps: subscribe to topics in the gps thread instead of the shell thread 9 years ago
Beat Küng 58a7db51c3 gps: add RTCM message rate to the 'gps status' command 9 years ago
Beat Küng acc40c8217 orb unittest: increase waiting time so that test does not fail on slow devices 9 years ago
Julian Oes 0031220c1a df_mpu9250_wrapper: add reporting for range hits 9 years ago
Julian Oes 84c87696fe df_mpu9250_wrapper: use the elapsed counter 9 years ago
Julian Oes 20e494410a df_mpu9250_wrapper: add an info function 9 years ago
Julian Oes 23f882063e df_mpu9250_wrapper: also free the perf_counters 9 years ago
Julian Oes 1cf7de8fdb perf_counter: perf_print_counter now works on QURT 9 years ago
Julian Oes d55b4802f1 df_mpu9250_wrapper: add perf counters 9 years ago
Julian Oes 4ac67f69d1 DriverFramework: updated submodule 9 years ago
Julian Oes 944acfaf75 simulator: change after perf_counter API change 9 years ago
Julian Oes fa6fe4ca96 px4io: small change after perf_counter API change 9 years ago
Julian Oes 662c097803 perf_counter: add function to set a count 9 years ago
Julian Oes 08a1941fd6 df_mpu9250_wrapper: fix style 9 years ago
Julian Oes 75444ae084 df_mpu9250_wrapper: use FIFO time offsets 9 years ago
Julian Oes d824ca3a14 integrator: fix style 9 years ago
Julian Oes 544f0b70a9 DriverFramework: updated submodule 9 years ago
Julian Oes 302bf879de integrator: improvements and cleanup 9 years ago
Julian Oes f91be1e281 DriverFramework: updated submodule 9 years ago
Lorenz Meier 3f1994886a Add new GPS submodule to check 9 years ago
Beat Küng afefa4d2a0 gps: use a max poll timeout of 50ms to check for orb msgs more often 9 years ago
Beat Küng f62324c8a6 mavlink_receiver.cpp: use sizeof(gps_inject_data_topic.data) instead of hardcoded size 9 years ago
Beat Küng 6029551c63 gps & mavlink receiver: use C arrays instead of std::array<> 9 years ago
Beat Küng 4cf08ba580 gps handleInjectDataTopic: repeatedly check for new orb messages 9 years ago