- Dec 13, 2018
-
-
Beat Küng authored
To run: cd src/lib/mixer make tests This will validate the C++ implementation by taking the python implementation as ground-truth. It runs through various actuator control command values for all airmode variations and several mixer types. The python script also allows to prototype new mixer algorithms. It is not integrated into the existing build system, because it's easier to use that way, with less dependencies, and faster testing workflow. It could however be a bit more integrated. Reference: https://github.com/Auterion/Flight_Control_Prototyping_Scripts/tree/master/control_allocation
-
Beat Küng authored
- avoid including <px4_defines.h> from the math headers - avoid driver include <drivers/drv_mixer.h> from the mixer
-
Beat Küng authored
Provides a more generic desaturation algorithm, making it easier to handle the different mixer strategies. python reference implementation: https://github.com/Auterion/Flight_Control_Prototyping_Scripts/tree/master/control_allocation The behavior for non-airmode and roll/pitch airmode should be the same as before. CPU load is slightly higher for the non-airmode case (+0.5%), for airmode it is the same.
-
Beat Küng authored
-
Beat Küng authored
-
bresch authored
-
- Dec 11, 2018
-
-
Kārlis Seņko authored
-
Kārlis Seņko authored
_Stof, bsearch, param_find_changed
-
- Dec 10, 2018
-
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
- landing_gear: refactor state name - Add the keep state to the landing gear message - Adapt FlightTaskManual, FlightTaskAutoMapper, mc_pos_control, to review message definition
-
Simone Guscetti authored
-
Simone Guscetti authored
-
- Dec 06, 2018
-
-
Daniel Agar authored
* fixes parameters on Snapdragon
-
- Dec 04, 2018
-
-
Daniel Agar authored
-
- Nov 30, 2018
-
-
Matthias Grob authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
- Nov 29, 2018
-
-
Dennis Mannhart authored
FlightTaskAutoLine: ensure that desired speed along track does not exceed maximum speed at threshold to target
-
- Nov 26, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Nov 23, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Nov 21, 2018
-
-
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