-
Notifications
You must be signed in to change notification settings - Fork 150
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
736 add a duplicate feature for plugins #737
base: master
Are you sure you want to change the base?
736 add a duplicate feature for plugins #737
Conversation
Looks pretty useful at first glance. I need to look at the temp file code, that seems a little odd. |
There might be a more efficient way, but I was trying to use the existing plugin interface. I didn't initially see a super easy way to go from Changing the existing |
…g -> node conversion instead.
@danthony06 I found a better way to save/load the config for the plugin to be duplicated that does not require using a temp file. I've tested locally on melodic. The CI seems to be failing because it can't find catkin tools, so It didn't even make it to the build. |
Closes #736. Added a "duplicate" feature to quickly create a deep copy of a plugin including all its configurations. Current methods for creating a duplicate:
mapviz_duplicate_demo_0.mp4