Adds python interface to RollingMean, Color and Spline#218
Adds python interface to RollingMean, Color and Spline#218
Conversation
Codecov Report
@@ Coverage Diff @@
## ign-math6 #218 +/- ##
==========================================
Coverage 99.22% 99.22%
==========================================
Files 66 66
Lines 6162 6162
==========================================
Hits 6114 6114
Misses 48 48 Continue to review full report at Codecov.
|
aaaa60a to
895eb1e
Compare
General commentsGiven that there is no assignment in python the The The ColorIn C++ the getter methods are overloaded, so for example, getting the r element of a color could be done with both of this methods: |
|
@LolaSegura Please create another PR with the files related to |
71a152d to
b03e678
Compare
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
…tyle. Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
…hon test to the python folder. Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
b03e678 to
c0407ad
Compare
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
francocipollone
left a comment
There was a problem hiding this comment.
Nice! Just a few comments
src/python/RollingMean.i
Outdated
| #endif | ||
| }; | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
nit: Add an extra empty line at the end
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
|
@scpeters @chapulina It is ready for an extra review! |
|
I just resolved conflicts after merging #220 |
Signed-off-by: LolaSegura <lsegura@ekumenlabs.com>
…tionrobotics/ign-math into LolaSegura/python_interface
🎉 New feature
Goes on top of #216.
Related to #101 #210
Summary
Adds
Pythoninterface for three math classes:RollingMean,Color,Spline. For each class a python test has been created.Checklist
codecheckpassed (See contributing)