-
Notifications
You must be signed in to change notification settings - Fork 70
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
Create abs, absDot and Correct functions for Vector2d #143
Create abs, absDot and Correct functions for Vector2d #143
Conversation
- Abs() => Get the absolute value of the vector - AbsDot() => The absolute dot product - Correct() => Corrects any nan values Create unit test for all functions. Did all checks and tests. These functions intend to solve issue gazebosim#71 Signed-off-by: Felipe Ximenes <[email protected]>
After creating the pull request the following CI checks does not passed: Ticket opened / Add ticket to inbox (pull_request)
Ubuntu Bionic CI / Ubuntu Bionic CI (pull_request)
Looking the errors messages, I can't found the reason why the checks failed. |
That's a problem with our infrastructure, don't worry about it. |
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.
Small nit, but LGTM
nit: Upper case after an argument name Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: Felipe Ximenes <[email protected]>
9bcd709
to
05f31b0
Compare
- Abs() => Get the absolute value of the vector - AbsDot() => The absolute dot product - Correct() => Corrects any nan values Create unit test for all functions. Did all checks and tests. These functions intend to solve issue gazebosim#71 Signed-off-by: Felipe Ximenes <[email protected]>
nit: Upper case after an argument name Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: Felipe Ximenes <[email protected]>
…enesfel/ign-math into abs-absdot-correct-functions
Create unit test for all functions.
Did all checks and tests.
These functions intend to solve issue #71
Signed-off-by: Felipe Ximenes [email protected]