- Jan 07, 2019
-
-
Daniel Agar authored
-
Daniel Agar authored
- these only run if code coverage is enabled
-
TSC21 authored
-
Beat Küng authored
Since SBUS does not have CRC, we can use timing information to improve parsing reliability and reject unexpected bytes.
-
Beat Küng authored
-
Beat Küng authored
-
Daniel Agar authored
-
Daniel Agar authored
- <cfloat> isn't available in the NuttX c++ library
-
Daniel Agar authored
- <cinttypes> isn't available in the NuttX c++ library
-
Daniel Agar authored
-
- Jan 06, 2019
-
-
Daniel Agar authored
-
- Jan 04, 2019
-
-
Nuno Marques authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
- Jan 03, 2019
-
-
karliss authored
- Fixes #11134
-
Daniel Agar authored
-
Jacob Dahl authored
-
- Jan 02, 2019
- Jan 01, 2019
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- fixes #11125
-
Julian Oes authored
- Don't duplicate the ret variable to err. - Return -1 on any error, 0 otherwise. - Set errno to return value of pthread_cond_timedwait.
-
Julian Oes authored
The API of cond_timedwait was wrong. It used return -1 and set errno instead of returning the error as specified for pthread_cond_timedwait which it tries to mock.
-
Lorenz Meier authored
Previous commit 98ae0186 changed the err variable to errno, which is not the return value we are looking for.
-
Daniel Agar authored
-
Daniel Agar authored
- fixes #11009
-
TSC21 authored
-
- Dec 29, 2018
-
-
Julian Oes authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
- Dec 27, 2018
-
-
bazooka joe authored
fix home position timestamp to be the timestamp that the home was set and not when the message was sent
-
bazooka joe authored
zeroed uninitialized fields on home_position, mavlink_rc_channels_override, mavlink_mission_item, mavlink_mission_item_int
-
Daniel Agar authored
-
Julian authored
It turns out that `sendto` does not work for TCP on Cygwin-Windows, instead we need to use `send`. This required some refactoring since we need to have the internet protocol and the port stored as a member variable. This should fix that lockstep SITL simulation was not working on Windows.
-
- Dec 26, 2018
-
-
PX4 Build Bot authored
- sitl_gazebo in PX4/Firmware (1f9b8333): https://github.com/PX4/sitl_gazebo/commit/c90e8ad2b27b95dc0b4c45b346509477c5fa593d - sitl_gazebo current upstream: https://github.com/PX4/sitl_gazebo/commit/e945745021a74ae45695a624dfc114a5c7bbd6bc - Changes: https://github.com/PX4/sitl_gazebo/compare/c90e8ad2b27b95dc0b4c45b346509477c5fa593d...e945745021a74ae45695a624dfc114a5c7bbd6bc e945745 2018-12-26 Julian Oes - worlds: fix rate for tailsitter and plane 46a3d27 2018-12-14 Jörg Schmidt - Fix bug in groundtruth altitude calculation
-