-
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
Merge ign-math6 as of Frustum SWIG to main #363
Merge ign-math6 as of Frustum SWIG to main #363
Conversation
Signed-off-by: ahcorde <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> * Port extra tests from c++ Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> * Re-enable test expectation Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> * Use tighter tolerance Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: ahcorde <[email protected]> * Enable test by scalar-multiplying on the right * Create fresh Inertial object and enable all tests In c++ the test object is recreated in different scopes, but it was being reused in the python test and accumulating error. Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Alejandro Hernández <[email protected]> Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: MaryaB <[email protected]> Co-authored-by: ahcorde <devnull@localhost> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Darío Hereñú <[email protected]>
Signed-off-by: ahcorde <[email protected]> * Rename [XYZ]Length methods to [xyz]_length Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Rename the [XYZ]Length methods to [xyz]_length to improve readability. This changes the python API but is ok because the python bindings for this class have not yet been released. Signed-off-by: Steve Peters <[email protected]>
It's easier to specify angles in degrees than radians, so change this example to accept user input in degrees. Signed-off-by: Steve Peters <[email protected]>
* Added Frustrum Python interface Signed-off-by: ahcorde <[email protected]> * Fix whitespace alignment Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
62a2483
to
b1b1f86
Compare
@scpeters , I synced this branch with |
…rward-ported (gazebosim#363) Signed-off-by: Louise Poubel <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #363 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 65 65
Lines 6131 6131
=======================================
Hits 6109 6109
Misses 22 22
Continue to review full report at Codecov.
|
➡️ Forward port
Port
ign-math6
as of 5201e53 tomain
Branch comparison: main...5201e53
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)