-
Notifications
You must be signed in to change notification settings - Fork 105
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
gravityCompensator: fix crash due to a move operator after a resize #702
gravityCompensator: fix crash due to a move operator after a resize #702
Conversation
Sorry wrong base branch, closing and reopening with the right base branch |
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.
Thanks @Nicogene for the fix 👍🏻
Could you please polish the changes in order to retain only the relevant fix and remove the formatting?
I would avoid to name a branch |
The branch is just temporary as we're gonna churn out a tag |
Uhm maybe there might be a conflict between the branch and the tag as their name is the same (and conceptually they are also pointers). Let me rename the branch then. |
Ack, to avoid confusion for the future we can use a different name for the temporary branch, something like |
Branch name changed into |
40ec096
to
81fc26e
Compare
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.
Actually, we don't really need to perform careful tests.
It needs more investigations, but for now this make gravityCompensator works as expected.
TO BE TESTED on the robot (cc @violadelbono @julijenv )