- Nov 26, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
David Sidrane authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Nov 25, 2018
-
-
David Sidrane authored
-
Daniel Agar authored
-
Roman Bapst authored
* a request for setting the '_HASH_CHECK' parameter is handled differently than the same request for a standard parameter. Make sure we don't actually try to set the parameter. Signed-off-by:
Roman <bapstroman@gmail.com>
-
CUAVcaijie authored
Co-Authored-By:
CUAVcaijie <caijie@cuav.net>
-
- Nov 24, 2018
-
-
Mara Bos authored
-
Mara Bos authored
You can now add `DYNAMIC` as an option to `px4_add_module`, which will cause that module to no longer be compiled into the px4 executable, but instead produce a separate shared library file, which can be loaded and executed with the new `dyn` command: pxh> dyn ./hello.px4mod start This will load the shared object file `hello.px4mod` if it wasn't already loaded, and execute its main function with the given arguments.
-
- Nov 23, 2018
-
-
Mara Bos authored
The threads running commands for clients through the Posix daemon used to write to a char buffer through snprintf (etc.) which was then written directly to the file descriptor, whereas in the other case printf (etc.) was used to write to stdout (FILE*). Both versions used some macro's and repeated code to have the same output. This change unifies these two cases by using a FILE* in both cases. The (line) buffering is done by the standard C library's implementation (just like with stdout), and px4_log.c now uses the same code in all cases (using fprintf, etc.) for printing (colored) output.
-
bresch authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Nov 22, 2018
-
-
Daniel Agar authored
- fixes #10896
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Roman Bapst authored
* attitude and rate setpoint message: use 3D array for thrust demand * FixedWingAttitudeControl: rework airspeed scaling * move airspeed and scaling calculation into separate method * if vtol in hover and airspeed disabled use minimum airspeed instead of trim airspeed
-
- Nov 21, 2018
-
-
TSC21 authored
-
TSC21 authored
-
PX4 Build Bot authored
- matrix in PX4/Firmware (4005de7b9600db8a310d52f9bf7a47a0019868d8): https://github.com/PX4/Matrix/commit/0d3bff5e006cfaa358b51e3a6d11984e3782a90e - matrix current upstream: https://github.com/PX4/Matrix/commit/9c0acfba36a928b7b002eea3a9dca54a5a0c1250 - Changes: https://github.com/PX4/Matrix/compare/0d3bff5e006cfaa358b51e3a6d11984e3782a90e...9c0acfba36a928b7b002eea3a9dca54a5a0c1250 9c0acfb 2018-11-20 Matthias Grob - Matrix: remove unsafe copyToRaw method
-
- Nov 20, 2018