-
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
Add Helpers Python interface #251
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
Codecov Report
@@ Coverage Diff @@
## ign-math6 #251 +/- ##
==========================================
Coverage 99.41% 99.41%
==========================================
Files 67 67
Lines 6351 6374 +23
==========================================
+ Hits 6314 6337 +23
Misses 37 37
Continue to review full report at Codecov.
|
friendly ping @scpeters |
# Test Helpers::fixnan functions | ||
def test_fix_nan(self): | ||
self.assertEqual(fixnan(42.0), 42.0) | ||
self.assertEqual(fixnan(-42.0), -42.0) |
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.
is there a way to pass nan
values in python? there are a few lines in the c++ test that aren't included here
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde ahcorde@gmail.com
🎉 New feature
Summary
Added Helper Python interface. I made some tricks to make it work which are explained in the
Helpers.i
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge