You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
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__.pyThe text was updated successfully, but these errors were encountered: