Skip to content

Commit

Permalink
control_allocator: use 'bidirectional' to clarify reversible motors
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Jan 11, 2022
1 parent 35ef7bf commit d23b5fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/control_allocator/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d23b5fd

Please sign in to comment.