forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
px4iofirmware: no override in multirotor mode
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.
- Loading branch information
1 parent
57b3bbf
commit ec035b7
Showing
1 changed file
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters