ros2_rust
ros2_rust copied to clipboard
Flexible callbacks for clients and services
We should apply the technique from https://github.com/ros2-rust/ros2_rust/pull/260 to client and service callbacks.
Specifically, we could allow taking the request/response in a Box, and to optionally take a ServiceInfo argument (corresponding to rmw_service_info_t).
@esteve You said you were interested in this?