mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
[fbw] RC-only commands are set by autopilot
This commit is contained in:
@@ -202,11 +202,6 @@ static void autopilot_on_rc_frame(void)
|
||||
fbw_mode = AP_LOST_FBW_MODE;
|
||||
}
|
||||
|
||||
/* if there are some commands that should always be set from RC, do it */
|
||||
#ifdef SetAutoCommandsFromRC
|
||||
SetAutoCommandsFromRC(commands, radio_control.values);
|
||||
#endif
|
||||
|
||||
/* if manual */
|
||||
if (fbw_mode == FBW_MODE_MANUAL) {
|
||||
#ifdef SetCommandsFromRC
|
||||
|
||||
Reference in New Issue
Block a user