Create abs, absDot and Correct functions for Vector2d#143
Merged
chapulina merged 5 commits intogazebosim:ign-math6from Jul 29, 2020
Merged
Create abs, absDot and Correct functions for Vector2d#143chapulina merged 5 commits intogazebosim:ign-math6from
chapulina merged 5 commits intogazebosim:ign-math6from
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 <ximenesfel@gmail.com>
Author
|
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. |
Contributor
That's a problem with our infrastructure, don't worry about it. |
nit: Upper case after an argument name Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Felipe Ximenes <ximenesfel@gmail.com>
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 <ximenesfel@gmail.com>
nit: Upper case after an argument name Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Felipe Ximenes <ximenesfel@gmail.com>
…enesfel/ign-math into abs-absdot-correct-functions
ahcorde
approved these changes
Jul 28, 2020
chapulina
approved these changes
Jul 29, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create unit test for all functions.
Did all checks and tests.
These functions intend to solve issue #71
Signed-off-by: Felipe Ximenes ximenesfel@gmail.com