mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 01:20:35 +08:00
Rename generate virtual RC setter/getter
The old names were unclear to me, especially when used in the mavlink_receiver.
This commit is contained in:
committed by
Beat Küng
parent
1d89351149
commit
0ac300f77a
@@ -2267,7 +2267,7 @@ Mavlink::task_main(int argc, char *argv[])
|
||||
/* switch HIL mode if required */
|
||||
set_hil_enabled(status.hil_state == vehicle_status_s::HIL_STATE_ON);
|
||||
|
||||
set_manual_input_mode_generation(status.rc_input_mode == vehicle_status_s::RC_IN_MODE_GENERATED);
|
||||
set_generate_virtual_rc_input(status.rc_input_mode == vehicle_status_s::RC_IN_MODE_GENERATED);
|
||||
|
||||
if (_mode == MAVLINK_MODE_IRIDIUM) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user