forked from Archive/PX4-Autopilot
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…
Reference in New Issue