mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +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:
parent
679a4e2d98
commit
a26be63f54
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user