- May 15, 2018
-
-
Mohammed Kabir authored
-
Julien Lecoeur authored
-
Julien Lecoeur authored
-
- May 14, 2018
-
-
Beat Küng authored
Reduces FLASH usage by about 3kb. Plus add a missing cmake dependency.
-
Daniel Agar authored
-
- May 11, 2018
-
-
David Riseborough authored
As per issue #9428, this code change locks down the termios configuration for the UART to non-canonical, binary tx/rx, 8 bits, 1 stop bit, no parity.
-
TSC21 authored
-
Beat Küng authored
Quaterion::from_dcm does not set *this, but just returns the resulting Quaterion.
-
Daniel Agar authored
-
Beat Küng authored
This reduces attitude drift on vehicles w/o GPS. The default behavior is unchanged, to use it, disable ATT_ACC_COMP.
-
Beat Küng authored
-
Beat Küng authored
By setting ATT_W_MAG to 0
-
- May 09, 2018
-
-
Matthias Grob authored
In the Cygwin environment the native Windows serial COM# ports get mapped to /dev/ttyS# for POSIX compatibility. While # is one number lower inside the environment than the COM port number because it's 0 indexed instead of 1. I added the necessary handling to all the dependent parts I found which allows uploading to /dev/ttyS# when the cygwin platform is detected. Now the usual "make px4fmu-v4 upload" and "./Tools/upload.sh build/px4fmu-v4_default/px4fmu-v4_default.px4" work.
-
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
-