Template Class Service
Defined in File agnocast_service.hpp
Nested Relationships
Nested Types
Class Documentation
-
template<typename ServiceT>
class Service Agnocast service server. The callback signature is void(const ipc_shared_ptr<RequestT>&, ipc_shared_ptr<ResponseT>&). The service/client API is experimental and may change in future versions.
- Template Parameters:
ServiceT – The ROS service type (e.g., std_srvs::srv::SetBool).
Public Types
Public Functions