- Jul 29, 2016
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Lorenz Meier authored
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
The override checking was scattered across two places and is now unified in controls_tick(). The part in mixer_tick only decides which mixer (or none) to use give the override flag.
-
Julian Oes authored
-
Julian Oes authored
This fixes a bug where multirotors got into override mode when the FMU is dead/not responding. The main bug was that the check was for FMU_OK || MANUAL_OVERRIDE_OK in order to get further in the override checks. Also a mixer_tick was called inside the controls_tick even though these are called in px4io.c after each other anyway.
-
Julian Oes authored
The FMU_OK flags are later checked anyway based on system_state.fmu_data_received_time.
-
Julian Oes authored
-
Julian Oes authored
In order to test what happens in px4iofirmware when the FMU stops sending PWM or control commands, I added a test mode. When the test mode is activated, no controls are sent.
-
Julian Oes authored
mainapp.config can't be renamed to px4.config just yet because it would clash with the name used for the DSP side.
-
James Goppert authored
-
- Jul 28, 2016
-
-
Sebastian Quilter authored
-
Eric Ye authored
It currently gets cut off on mini-dm, split it into multiple lines so all of it comes through.
-
sander authored
-
sander authored
-
sander authored
-
sander authored
-
David Sidrane authored
-
Beat Küng authored
Not sure why the Mode enum exists in the first place...
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
David Sidrane authored
But the basics are working. N.B. To Stop the moros a value of 0 need to be sent. LED color mask are misleeding - LED is On or Off per ESC.
-
Julian Oes authored
-
Julian Oes authored
The FMU was lacking support to do the ESC calibration. This is needed for Pixracer.
-