Defined in File synchronous_service_client.hpp
Class for handling synchronous service clients in ROS2 without taking care about the spin() method.
Public Types
Public Functions
Constructor.
service_name – Name of the service
Send Request synchronously to the service.
request – Request to be sent to the service
respone – Response received from the service
wait_time – Time to wait for the service to be available in seconds
True if the service was called successfully, false otherwise