Conversation
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-math6 #217 +/- ##
==========================================
Coverage 99.21% 99.21%
==========================================
Files 65 65
Lines 6089 6089
==========================================
Hits 6041 6041
Misses 48 48 Continue to review full report at Codecov.
|
scpeters
approved these changes
Aug 2, 2021
francocipollone
pushed a commit
that referenced
this pull request
Aug 17, 2021
Signed-off-by: Michael Carroll <michael@openrobotics.org>
scpeters
added a commit
that referenced
this pull request
Aug 17, 2021
* Basic setup for Python interface using SWIG * Changes in cmake to run python tests with colcon * Adding Vector3 and Vector4 python interface tests * Changing from a single ign_math.i file to a ruby.i and a python.i Signed-off-by: Marcos Wagner <wagnermarcos@ekumenlabs.com> * Fixes install path and name math instead of pymath. * Adds py examples * Fixes ruby_TEST set up. * Support both Swig3 and Swig4 versions. Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com> * Adds line in the src/CMakeLists.txt file to solve CI error. Adds python test files to some of the classes that had an associated .i file. Signed-off-by: LolaSegura <lsegura@ekumenlabs.com> * Remove Marya from CODEOWNERS (#217) Signed-off-by: Michael Carroll <michael@openrobotics.org> * Use FAKE_INSTALL_PREFIX for PYTHONPATH in tests and move the variable definition to the root CMakeLists.txt * Set LD_LIBRARY_PATH for python tests Point to fake install lib folder. Signed-off-by: Steve Peters <scpeters@openrobotics.org> Co-authored-by: Franco Cipollone <franco.c@ekumenlabs.com> Co-authored-by: LolaSegura <lsegura@ekumenlabs.com> Co-authored-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Michael Carroll <michael@openrobotics.org> Co-authored-by: Steve Peters <scpeters@openrobotics.org>
This file contains hidden or 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
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.
Follow-up from gazebosim/gz-physics#281
Signed-off-by: Michael Carroll michael@openrobotics.org