Uses of Class
org.ros.exception.ServiceNotFoundException
Packages that use ServiceNotFoundException
Package
Description
Provides internal classes for creating and communicating with nodes in the ROS graph.
Provides the classes for creating and communicating with nodes in the ROS graph.
-
Uses of ServiceNotFoundException in org.ros.internal.node
Methods in org.ros.internal.node that throw ServiceNotFoundExceptionModifier and TypeMethodDescription<T,S> ServiceClient<T, S> DefaultNode.newServiceClient(String serviceName, String serviceType) <T,S> ServiceClient<T, S> DefaultNode.newServiceClient(GraphName serviceName, String serviceType) -
Uses of ServiceNotFoundException in org.ros.node
Methods in org.ros.node that throw ServiceNotFoundExceptionModifier and TypeMethodDescription<T,S> ServiceClient<T, S> ConnectedNode.newServiceClient(String serviceName, String serviceType) <T,S> ServiceClient<T, S> ConnectedNode.newServiceClient(GraphName serviceName, String serviceType) Create aServiceClient.