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

Services vs topics #10

Open
asmodehn opened this issue Mar 2, 2016 · 1 comment
Open

Services vs topics #10

asmodehn opened this issue Mar 2, 2016 · 1 comment

Comments

@asmodehn
Copy link

asmodehn commented Mar 2, 2016

I have been developing normal software that uses ROS for a few months now, and one information that was very useful, but that I had to stumble upon many times before getting it, was this :

  • topics require a ROS node, and therefore a full ROS environment setup, and the software to follow ROS habits ( only one node_init by process, etc. ) to communicate.
  • services are implemented with xmlrpc, and do not require any ROS node or ROS environment setup to communicate, except being able to import the generated python message format.

I think this is an important information that should be somewhere :
How to communicate with running ROS system :

I am currently working on a package to bridge different multiprocess architectures ( https://github.com/asmodehn/pyros ) but it is overkill if the robot developers take care of exposing the proper services, and the robot users know how to call these services directly ( from outside ).

@gerkey
Copy link
Owner

gerkey commented Mar 10, 2016

That's good information. How about submitting a PR with an example and some documentation for this repo?

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

No branches or pull requests

2 participants