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

Create a find_node library #3

Closed
bit-pirate opened this issue Nov 14, 2013 · 3 comments
Closed

Create a find_node library #3

bit-pirate opened this issue Nov 14, 2013 · 3 comments

Comments

@bit-pirate
Copy link
Collaborator

We use this in different places and often write only a simple (unreliable) finding method (e.g. based on certain available topics, services etc.).

Let's create a proper one and store it in a separate package, so we can include wherever we want. Probably start with a python implementation, then add cpp.

Not sure where to put this though: It's ROCON-agnostic, yujin_tools contains build stuff, and not in yocs, since it has nothing to do with control. So, create a new repo aka yujin_ros_tools (@stonier)?

Maybe integrate it with the rosnode package?

API: http://docs.ros.org/hydro/api/rosnode/html/

Could add a method, e.g. find_node_by_type, here: https://github.com/ros/ros_comm/blob/hydro-devel/tools/rosnode/src/rosnode/__init__.py

@stonier
Copy link
Member

stonier commented Nov 14, 2013

I'd never looked in rosnode before. Will have a gander tomorrow.

@stonier
Copy link
Member

stonier commented Jan 19, 2014

I'm making rocon_tools our 'generic' rocon code repo.

What's the use case for this, and what is type in find_node_by_type?

@stonier
Copy link
Member

stonier commented Apr 10, 2014

Closing this here.

First iteration done in robotics-in-concert/rocon_tools#14. Followup in robotics-in-concert/rocon_tools#15.

@stonier stonier closed this as completed Apr 10, 2014
@stonier stonier added this to the Hydro - Shared Retaskable Resources milestone Apr 10, 2014
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

2 participants