-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make the rosgraph_manipulator script generic and configurable with a yaml file #4
Make the rosgraph_manipulator script generic and configurable with a yaml file #4
Conversation
@marioney can you test this and merge if it is ok for our current work with the MODELS paper? |
I've just tried this, but I'm getting this error
@ipa-nhg did you get something similar? |
try with:
instead of: NOTE: I typed the line from memory, if fails please check that the message type exists... |
I've found a way to solve this, by using @ipa-nhg can you give write access to https://github.com/ipa-nhg/mc_rosgraph_manipulator so I can get my changes there. |
The option "Allow edits by maintainers" is marked for this PR, you should be able to push to my branch If you are not maintainer then just open a new PR with your changes on top of mines and this PR will be automatically closed once you merge the one that supersedes this. I think it is the cleanest way. |
Uses importlib instead Imports the corresponding module from the .yaml file to make it more general
I just pushed the changes I mentioned before to @ipa-nhg can you check them, if you agree with them, we can do the merge. |
LGTM 👍🏽 @marioney Thanks a lot! you can merge the changes |
related to #3
I am still not 100% happy, there is still one line that isn't generic 😢 https://github.com/tud-cor/mc_rosgraph_manipulator/blob/75f853a6967b4b5428a01da70c2a77bacd0dd1e6/src/mc_rosgraph_manipulator/rosgraph_manipulator.py#L21
@marioney could you please give a try to this version? at least it is a good step forward