- May 09, 2018
-
-
Beat Küng authored
Happend in SITL.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
compiler warning: ../../src/systemcmds/tests/test_mixer.cpp: In member function ‘bool MixerTest::loadAllTest()’: ../../src/systemcmds/tests/test_mixer.cpp:202:18: error: ‘char* strncpy(char*, const char*, size_t)’ output truncated before terminating nul copying 1 byte from a string of the same length [-Werror=stringop-truncation] (void)strncpy(&buf[strlen(MIXER_ONBOARD_PATH)], "/", 1);
-
Beat Küng authored
-Wno-extra-semi is not valid for C code
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
for GCC 8.0.1
-
Beat Küng authored
px4_main_t is defined as: typedef int (*px4_main_t)(int argc, char *argv[]); which matches with the definition in NuttX, given to task_create
-
Beat Küng authored
-
Matthias Grob authored
Thanks to @bkueang 's review comment I switched to an explicit check for an empty sting instead of a condition that could be theoretically true in other cases and is less readable. Type "man test" on your terminal to read up what -n stands for.
-
Matthias Grob authored
It seems that on linux only inside a makefile the parameter after the echo command gets printed if no single quoted sting comes afterwards so I had to switch to single quotes such that I can use the parameter.
-
Matthias Grob authored
Force interpretation of backslash escapes with the parameter -e of echo. Switch to a lighter blue because on certain terminals default blue is hard to read on black background.
-
Matthias Grob authored
The shell script which checks the style relies on greping for the keyword "Formatted" in the output of astyle. But the program has localization support and will output in other languages e.g. german. This leads to all style checks always succeeding. I only tested this on Windows in Cygwin but I can imagine the problem also exists in non-english Ubuntu installations. Solution is the parameter --formatted of astyle which only produces any output if there was something to fix. This allows for a display language independent condition for an empty string inside the shell script.
-
Beat Küng authored
-
- May 08, 2018
-
-
Hamish Willee authored
-
Hamish Willee authored
-
Hamish Willee authored
-
Hamish Willee authored
-
Hamish Willee authored
-
Hamish Willee authored
-
- May 07, 2018
-
-
Daniel Agar authored
-
- May 06, 2018
-
-
Daniel Agar authored
-
- May 05, 2018
-
-
Daniel Agar authored
- genmsg in PX4/Firmware (3ed093ba): https://github.com/ros/genmsg/commit/3cea1fe528cd7ecdae7f8930fe90451271aec937 - genmsg current upstream: https://github.com/ros/genmsg/commit/a189fc78558e7276df59d2961cfe4f8b4de08a8b - Changes: https://github.com/ros/genmsg/compare/3cea1fe528cd7ecdae7f8930fe90451271aec937...a189fc78558e7276df59d2961cfe4f8b4de08a8b a189fc7 2018-05-01 Dirk Thomas - 0.5.11 c641725 2018-05-01 Dirk Thomas - update changelog
-
- May 04, 2018
-
-
alessandro authored
When determining the confidence of a barometer sensor, we should consider the temperature as well, alongside the pressure. Low-noise baros can show the same pressure reading for a second or two when not moving and in an indoor location.
-
Daniel Agar authored
-
Jake Dahl authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- May 03, 2018
-
-
Martina Rivizzigno authored
-
Daniel Agar authored
- eec71d1 (HEAD, origin/master, origin/HEAD, master) EKF get_ekf_soln_status() fix pred_pos_horiz_abs - 1bd1809 EKF: Fix bug causing simultaneous range and baro height fusion (#429)
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
- May 02, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-