-
Notifications
You must be signed in to change notification settings - Fork 113
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
Remove cfg from encoded motor structure #2252
Conversation
|
@@ -277,7 +274,7 @@ func TestMotorEncoder1(t *testing.T) { | |||
} | |||
|
|||
func TestMotorEncoderIncremental(t *testing.T) { | |||
// t.Skip() | |||
t.Skip() |
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.
why skipping the test now?
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.
I'm refactoring these test in other work, was trying to unblock alan for his incremental encoder pr. That no longer applies though.
And remove comments in motor_encoder_test.go