- Feb 29, 2020
-
-
alber authored
-
- Feb 27, 2020
-
-
alber authored
-
- Jan 27, 2019
-
-
Daniel Agar authored
-
- Jan 24, 2019
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Dec 22, 2018
-
-
Julian Oes authored
This is another step to isolate time from the system.
-
Julian Oes authored
This is a step towards isolating time from the system.
-
- Nov 26, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Nov 22, 2018
-
-
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 06, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Oct 27, 2018
-
-
Mara Bos authored
Fixes these invalid format strings: - A `%d` for a pointer (replaced it by `%p`) - A 0x%08x (and a 0x%0x8!) for a pointer (replaced by %p) - 2 cases of `%d` for a `ssize_t` (replaced it by `%zi`) - 1 case of a %u for an `int` (replaced by %i) - 3 cases of %d for a `long` (replaced by %ld) - 19 cases of `%d`, `%i`, `%u` or `%lu` for a `size_t` (replaced it by `%zu`) - An unused formatting argument (removed it) - A missing `%d` (added it) - A missing `%s` (added it) - 2 cases of `%llu` for a `uint64_t` (replaced it by `"%" PRIu64`) - 6 cases of giving a string directly as format string (replaced it by `("%s", string)`) - 2 cases of %*-s, which should probably have been %-*s. (Looks like NuttX accepts (the invalid) %*-s, but other platforms don't.) - A %04x for a `uint32_t` (replaced by "%04" PRIx32)
-
- Sep 27, 2018
-
-
Julien Lecoeur authored
-
- Aug 31, 2018
- Aug 09, 2018
-
-
TSC21 authored
-
- Jul 22, 2018
-
-
Daniel Agar authored
-
- Jul 02, 2018
-
-
Hamish Willee authored
-
- Jul 01, 2018
-
-
Daniel Agar authored
-
- Jun 12, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- May 23, 2018
-
-
Daniel Agar authored
-
- May 18, 2018
-
-
Daniel Agar authored
-
- May 09, 2018
-
-
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
-
- May 04, 2018
-
-
Daniel Agar authored
-
- Apr 30, 2018
-
-
Daniel Agar authored
- px4_add_module now requires MAIN - px4_add_library doesn't automatically link
-
- Mar 27, 2018
-
-
Daniel Agar authored
-
- Mar 21, 2018
-
-
Daniel Agar authored
-
- Jan 27, 2018
-
-
Beat Küng authored
superseded by src/templates/module
-
- Jan 14, 2018
-
-
Daniel Agar authored
-
- Nov 26, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Oct 25, 2017
-
-
Daniel Agar authored
-