Class ServiceBridgeOptions
Defined in File service_bridge_options.hpp
Class Documentation
-
class ServiceBridgeOptions
Options for bridged services.
Public Functions
-
ServiceBridgeOptions() = default
Constructor.
Default values:
callback_group = nullptr (node’s default)
remap_name = “” (no remap)
-
ServiceBridgeOptions &operator=(const ServiceBridgeOptions &other) = default
Assignment operator.
-
std::shared_ptr<rclcpp::CallbackGroup> callback_group() const
Get callback group associated with the services pub/sub pair.
Set the callback group associated with the services pub/sub pair.
-
const std::string &remap_name() const
Get remap name.
-
ServiceBridgeOptions &remap_name(const std::string &remap_name)
Set remap name.
An empty string implies no remap.
-
ServiceBridgeOptions() = default