Class: Service

Service()

- Class representing a Service in ROS

Members

serviceName :string

Type:
  • string
Source:

Methods

configureIntrospection(clock, qos, introspectionState)

Configure introspection.
Parameters:
Name Type Description
clock Clock Clock to use for service event timestamps
qos QoS QoSProfile for the service event publisher
introspectionState ServiceIntrospectionState State to set introspection to
Source:

getOptions() → {object}

Get the options of this service.
Source:
Returns:
The options of this service.
Type
object