gerkey / ros1_external_use

64 stars 12 forks source link

Services vs topics #10

Open asmodehn opened 8 years ago

asmodehn commented 8 years ago

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 :

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 commented 8 years ago

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