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

node - process mapping #130

Open
asmodehn opened this issue Feb 27, 2017 · 0 comments
Open

node - process mapping #130

asmodehn opened this issue Feb 27, 2017 · 0 comments

Comments

@asmodehn
Copy link
Member

Since the node name is set after rospy.init_node() is called, there are many situation where we cannot know the node name (at import time for example...).

It seems useful to be able to get all PID, and later (when rospy.init_node is called), map these PID to names. Every function that needs a node_name can also take a PID instead.

So we rely on OS setting up PIDS, rather than ROS setting up names (although they are useful as alias)

Not sure yet where that would belong...

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