mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
fixed wing offboard attitude setpoint fix (#6112)
This commit is contained in:
@@ -450,10 +450,8 @@ main_state_transition(struct vehicle_status_s *status, main_state_t new_main_sta
|
||||
case commander_state_s::MAIN_STATE_OFFBOARD:
|
||||
|
||||
/* need offboard signal
|
||||
* OFFBOARD only implemented in MC
|
||||
*/
|
||||
if (!status_flags->offboard_control_signal_lost
|
||||
&& status->is_rotary_wing) {
|
||||
if (!status_flags->offboard_control_signal_lost) {
|
||||
|
||||
ret = TRANSITION_CHANGED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user