Skip to content
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

Conversation

ximenesfel
Copy link

Create abs, absDot and Correct functions for Vector2d:

  • Abs() => Get the absolute value of the vector
  • AbsDot() => The absolute dot product
  • Correct() => Corrects any nan values

Did all checks and tests.

These functions intend to solve issue #71

nkoenig and others added 26 commits April 7, 2020 12:11
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]>
- 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]>
@ximenesfel ximenesfel closed this Jul 26, 2020
@ximenesfel ximenesfel deleted the abs-absdot-correct_functions branch July 26, 2020 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.