-
Notifications
You must be signed in to change notification settings - Fork 47
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 python message generation #362
Conversation
Signed-off-by: Addisu Z. Taddese <[email protected]>
cc @Voldivh |
Codecov Report
@@ Coverage Diff @@
## main #362 +/- ##
=======================================
Coverage 95.43% 95.43%
=======================================
Files 10 10
Lines 1030 1030
=======================================
Hits 983 983
Misses 47 47 |
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.
LGTM! I tried it out locally and seems to be working.
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.
Taking a closer look, I'm not sure why are we deleting everything related to Ruby and replacing it with Python instead of just adding the Python stuff.
Signed-off-by: Addisu Z. Taddese <[email protected]>
@Voldivh I've added options for where the python modules should be installed and added a test. Could you take another look?
Support for Ruby was being removed in #339, so I went ahead and removed it here as well. |
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
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.
Just a couple of minor comments the rest LGTM!
Signed-off-by: Addisu Z. Taddese <[email protected]>
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.
LGTM!
gazebosim/gz-msgs#362 removed ruby file generation and added python generation. This updates the install rules to reflect that. Signed-off-by: Addisu Z. Taddese <[email protected]>
gazebosim/gz-msgs#362 removed ruby file generation and added python generation. This updates the install rules to reflect that. Signed-off-by: Addisu Z. Taddese <[email protected]>
🎉 New feature
Summary
Adds python message generation using the old message generation framework. This is an alternative to #355 which uses the new framework.
Test it
Run
ctest -R basic_TEST.py
.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.