-
Notifications
You must be signed in to change notification settings - Fork 51
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
Haverty/elevator bug #983
Haverty/elevator bug #983
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.
Looks good. We'll wait for #977
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.
Waiting on review? The last commit was my approval for both input manager and this so probably good to go, just merge first.
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.
It seems to move pretty well. The major thing for me is how much the elevator pieces get tossed around. When moving the carriage, it shifts the second stage of the elevator a ton. Same with the arm movement. Is there something we can do to essentially add movement braking?
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.
Perfect. Great work
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.
Woah this is so much better! All from weakening it a bit. Nice work.
@LucaHaverty Could you resolve the merge conflicts, then we can merge this in |
Description
Fixed strange elevator behavior by adding velocity control. Elevator stages can now be controlled independently with much greater accuracy. Also reduces elevator stages moving each other and arms bouncing when reaching a position limit.