Browse Source

directly issue status update after vtol update

sbg
Andreas Antener 9 years ago
parent
commit
c11a677207
  1. 2
      src/modules/commander/commander.cpp

2
src/modules/commander/commander.cpp

@ -1719,6 +1719,8 @@ int commander_thread_main(int argc, char *argv[]) @@ -1719,6 +1719,8 @@ int commander_thread_main(int argc, char *argv[])
status.is_rotary_wing = vtol_status.vtol_in_rw_mode;
status.in_transition_mode = vtol_status.vtol_in_trans_mode;
}
status_changed = true;
}
/* update global position estimate */

Loading…
Cancel
Save