Provide a ros1 "Oneshot" style service_client #160
Labels
enhancement
New feature or request
good first issue
Good for newcomers
ros1
For issues affecting the native ROS1 implementation
Don't always need to construct and hold a service client to keep a persistent connection open.
Provide an option for creating a client -> immediately making a call -> returning result and dropping client
Really just a nice API wrapper.
Good to make use of ROS's optional "persistent" field in the ConnectionHeader
The text was updated successfully, but these errors were encountered: