Roboclaw: Fixed issue where parameters had different prefixes

This commit is contained in:
PerFrivik 2023-11-28 13:57:05 +01:00 committed by Matthias Grob
parent 9ce090f2da
commit c84185af96
2 changed files with 4 additions and 4 deletions

View File

@ -57,6 +57,6 @@ param set-default CA_R_REV 3
param set-default RBCLW_ADDRESS 128
param set-default ROBOCLAW_FUNC1 101
param set-default ROBOCLAW_FUNC2 102
param set-default ROBOCLAW_REV 1
param set-default RBCLW_FUNC1 101
param set-default RBCLW_FUNC2 102
param set-default RBCLW_REV 1

View File

@ -7,7 +7,7 @@ serial_config:
actuator_output:
output_groups:
- param_prefix: ROBOCLAW
- param_prefix: RBCLW
channel_label: 'Channel'
standard_params:
disarmed: { min: 128, max: 128, default: 128 }