-
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
Abs absdot correct functions #142
Closed
ximenesfel
wants to merge
125
commits into
gazebosim:ign-math6
from
ximenesfel:abs-absdot-correct_functions
Closed
Abs absdot correct functions #142
ximenesfel
wants to merge
125
commits into
gazebosim:ign-math6
from
ximenesfel:abs-absdot-correct_functions
Conversation
This file contains 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
Remove deprecations Approved-by: Louise Poubel <[email protected]> Approved-by: Steven Peters <[email protected]>
3. Update clamp function documentation Approved-by: Louise Poubel <[email protected]> Approved-by: Ian Chen <[email protected]>
Merge 6 -> 7 Approved-by: Steve Peters <[email protected]> Approved-by: Nate Koenig <[email protected]>
7. Update Matrix3 class per issue gazebosim#101 Approved-by: Steve Peters <[email protected]>
5. Updating documentation, scripts, and examples for the Quaternion class Approved-by: Steve Peters <[email protected]>
8. Updating pose Approved-by: Steve Peters <[email protected]>
9. Helpers scripting Approved-by: John Shepherd <[email protected]>
10. Temperature documentation, scripts, and examples Approved-by: John Shepherd <[email protected]>
Signed-off-by: claireyywang <[email protected]>
* [master] Update BitBucket links Signed-off-by: Louise Poubel <[email protected]> * Update include/ignition/math/Material.hh Co-Authored-By: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
…an build on ubuntu 16.04 (gazebosim#119) Signed-off-by: Andrew Somerville <[email protected]>
) Signed-off-by: pxalcantara <[email protected]>
- 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]>
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 abs, absDot and Correct functions for Vector2d:
Did all checks and tests.
These functions intend to solve issue #71