- Mar 26, 2018
-
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
Since the tune library also contains logic how tunes can be overriden, a user of the tunes library cannot know the strength of the current tune without replicating some logic. Easy solution is to add strength to the output of Tunes::get_next_tune().
-
Alessandro Simovic authored
-
Alessandro Simovic authored
Otherwise the only way of interrupting a repeated tune would be with the override flag, which should only be used rarely. Now repeating tunes have lowest priority, followed by one-shot tunes, followed by anything with an override flag.
-
Alessandro Simovic authored
Override flag must still be set to true!
-
Alessandro Simovic authored
Bugfix: This fixes a bug where libtunes might indicate that there are more tones to play even after the last note of a tune.
-
Alessandro Simovic authored
Custom msg tune can override any tune playing, regardless of the tune_override flag.
-
Matthias Grob authored
Revert the disabled d term filter which needs to be enabled after reducing IMU filtering and was probably unintentionally during a rebase.
-
- Mar 24, 2018
-
-
Daniel Agar authored
- fixes coverity CID 196758
-
Daniel Agar authored
- fixes coverity CID 260383
-
Daniel Agar authored
- fixes coverity CID 264261
-
Daniel Agar authored
- fixes coverity CID 264263
-
Daniel Agar authored
- fixes coverity CID 264259
-
stmoon authored
-
- Mar 23, 2018
-
-
Alexandr Kondratev authored
-
Daniel Agar authored
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
bresch authored
-
bresch authored
-
bresch authored
If not in air-mode the mixer is not able to apply positive boosting and roll_pitch_scale is recomputed to apply symmetric - reduced - thrust. This has the consequence to cut completely the outputs when the thrust is set to zero.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
this avoids calling param_get() on every loop iteration.
-
Beat Küng authored
-
Beat Küng authored
- fmu: in case of _mot_t_max==0 _airmode was not set in the mixer - px4io: param_val is a float
-
bresch authored
-