Skip to content

Minor changes to the Sweep library #8

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

Merged
merged 1 commit into from
Aug 19, 2017
Merged

Conversation

johnsonb2
Copy link
Contributor

@johnsonb2 johnsonb2 commented Aug 18, 2017

I removed my previous commit and made a commit which does not include the raw angle changes but includes the other changes I made.

Scope of changes

Added motor speed code for 0 Hz
Changed 2 boolean functions (_writeCommand & _writeCommandWithArgument)
which each had no return statement to void functions
Fixed Sweep::getMotorReady() which had no return statement for the case
where _readResponseInfoSetting() returns false

Known Limitations

Same as before

Copy link

@dcyoung dcyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is missing the addition of the 0Hz option in the keywords file. Could you add that in, and I'll merge this today!

Added motor speed code for 0 Hz and corresponding entry in keywords.txt
Changed 2 boolean functions (_writeCommand & _writeCommandWithArgument)
 which each had no return statement to void functions
Fixed Sweep::getMotorReady() which had no return statement for the case
 where _readResponseInfoSetting() returns false
@johnsonb2
Copy link
Contributor Author

I have amended my commit to include the keyword for 0 Hz.

@dcyoung dcyoung merged commit 42572be into scanse:master Aug 19, 2017
@dcyoung
Copy link

dcyoung commented Aug 19, 2017

@johnsonb2
Merged. Thanks so much! Feel free to open a PR for the angle storage changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants