Call Time Stamped Services From Node
How can I call a time stamped service from a ROS node?
For example, RVZ launches 3 services (regarding logging etc.) but they are all time stamped (or have some other PID) that makes the service name unique to that instance of RVIZ.
This means that I can't use that service in another node (a cpp node in this case) because its name changes every time. Is there a way to work around this using maybe regex of some other dynamic name matching technique? Or is preventing this behavior done on purpose to keep you from using time stamped services in nodes?
I shopped around on ROS Answers but couldn't find and obvious answer, but if there is already one, a link would be much appreciated.
Thanks!