mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 03:30:35 +08:00
09824b831d
This commit adds a offboard mode switch module to enable using dedicated topics for offboard mode
13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
menuconfig MODULES_OFFBOARD_SWITCH
|
|
bool "offboard_switch"
|
|
default n
|
|
---help---
|
|
Enable support for fw_att_control
|
|
|
|
menuconfig USER_MODULES_OFFBOARD_SWITCH
|
|
bool "fw_rate_control running as userspace module"
|
|
default n
|
|
depends on BOARD_PROTECTED
|
|
---help---
|
|
Put offboard_switch in userspace memory
|