Skip to content

Commit

Permalink
Roboclaw: Fixed issue where parameters had different prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PerFrivik committed Nov 28, 2023
1 parent c9bf3e2 commit 2baf4a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/drivers/roboclaw/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 2baf4a6

Please sign in to comment.