From 66cbbf9f2eb2c70f0dcc15fd2c2a3508ed62cfd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 11 Jan 2022 10:53:24 +0100 Subject: [PATCH] control_allocator: use 'bidirectional' to clarify reversible motors --- src/modules/control_allocator/module.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/control_allocator/module.yaml b/src/modules/control_allocator/module.yaml index 153d49096a..aa72cd00c2 100644 --- a/src/modules/control_allocator/module.yaml +++ b/src/modules/control_allocator/module.yaml @@ -45,9 +45,9 @@ parameters: # Motor parameters CA_R_REV: description: - short: Reversible motors + short: Bidirectional/Reversible motors long: | - Configure motors to be reversible. Note that the output driver needs to support this as well. + Configure motors to be bidirectional/reversible. Note that the output driver needs to support this as well. type: bitmask bit: 0: Motor 1 @@ -394,7 +394,7 @@ mixer: default_is_nan: true per_item_parameters: - name: 'CA_R_REV' - label: 'Reversible' + label: 'Bidirectional' show_as: 'bitset' index_offset: 0 advanced: true