-
Notifications
You must be signed in to change notification settings - Fork 61
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
I sold my sou... eh, signed it. |
CLAs look good, thanks! |
Thanks for this wonderful contribution @exo-core! I took a quick look and codewise it looks good. I'll give it a shot when I have some time and I will approve it if everything goes well. |
@exo-core I tried the changes and they seem to work well. I only have one observation: this will generate the action message artifacts when While I think that it's better to have this than not to have it, this is a small difference wrt. the regular action message generation in |
@jubeira you're completely right with your oberservation. There is a comment in
from what I saw in the code rosjava bootstrap simply crawls the So, yes, the current generator ignores all the Changing the behaviour to be the same as for C++ or Python would probably require to rewrite the whole message discovery procedure. |
Thanks for the changes and the observations @exo-core! PR merged :) |
with this changes the message generation also creates files for ROS action files.
This should also resolve this issue.