mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 15:50:34 +08:00
differential_drive_control: don't build by default
also add dependency on control allocation parameter CA_R_REV
This commit is contained in:
@@ -43,4 +43,7 @@ px4_add_module(
|
||||
DEPENDS
|
||||
DifferentialDriveKinematics
|
||||
px4_work_queue
|
||||
modules__control_allocator # for parameter CA_R_REV
|
||||
MODULE_CONFIG
|
||||
module.yaml
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
menuconfig MODULES_DIFFERENTIAL_DRIVE_CONTROL
|
||||
bool "differential_drive_control"
|
||||
default y
|
||||
default n
|
||||
---help---
|
||||
Enable support for differential_drive_control
|
||||
|
||||
Reference in New Issue
Block a user