actionlib icon indicating copy to clipboard operation
actionlib copied to clipboard

Add option to create publishers latched with parameters

Open esteve opened this issue 8 years ago • 0 comments

This PR provides a workaround for https://github.com/ros/actionlib/issues/32, while maintaining compatibility, so that starting action servers and clients don't need to be done sequentially. For example, a client can be created before a server and the server will pick up the request.

Publishers can be created as latched via ROS params, which default to false to maintain the current behavior.

esteve avatar Aug 04 '17 16:08 esteve