-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSDK-779: Add Support For Dimension Engineering Sabertooth Motor Controller #1498
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM: would just add a couple of tests for bad config.
2fa63be
to
6714278
Compare
a56d7a2
to
2256bbc
Compare
you can probably remove the servo rc file. there was a bug in the past that re-generated it but it has since been fixed. |
|
errs = append(errs, "invalid max_power_pct, acceptable values are min_power_pct to 100.0") | ||
} | ||
if len(errs) > 0 { | ||
return fmt.Errorf("error validating sabertooth controller config: %s", strings.Join(errs, "\r\n")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
No description provided.