Skip to content
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

Plugin API refactor #2 #241

Closed
3 tasks done
vooon opened this issue Mar 4, 2015 · 1 comment
Closed
3 tasks done

Plugin API refactor #2 #241

vooon opened this issue Mar 4, 2015 · 1 comment

Comments

@vooon
Copy link
Member

vooon commented Mar 4, 2015

I think that we may do some refactor for removing dead/unneeded code.

  1. Remove get_name() — because not needed, for documenting, blacklisting etc we used aliases.
  2. Move diagnostic updater to UAS (so we may add/remove diag tasks in connection slot)
  3. Move main node handle to UAS or remove it, because we may simply make new ros::NodeHandle("~/plugin")
    and previous NodeHandle("~") not needed.
@vooon vooon added this to the Version 0.11 milestone Mar 4, 2015
vooon added a commit that referenced this issue Mar 5, 2015
vooon added a commit that referenced this issue Mar 5, 2015
Now all plugins should define their local node handle (see dummy.cpp).
Also partially does #233 (unmerge setpoint topic namespace).
vooon added a commit that referenced this issue Mar 5, 2015
@vooon
Copy link
Member Author

vooon commented Mar 5, 2015

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant