| Package | Description |
|---|---|
| ros |
| Modifier and Type | Field and Description |
|---|---|
protected List<RosListenDelegate> |
RosBridge.RosBridgeSubscriber.delegates |
| Modifier and Type | Method and Description |
|---|---|
void |
RosBridge.RosBridgeSubscriber.addDelegate(RosListenDelegate delegate)
Adds a delegate to receive messages from Rosbridge.
|
void |
RosBridge.RosBridgeSubscriber.removeDelegate(RosListenDelegate delegate)
Removes a delegate from receiving messages from Rosbridge
|
void |
RosBridge.removeListener(String topic,
RosListenDelegate delegate)
Stops a
RosListenDelegate from receiving messages from Rosbridge. |
void |
RosBridge.subscribe(String topic,
String type,
RosListenDelegate delegate)
Subscribes to a ros topic.
|
void |
RosBridge.subscribe(String topic,
String type,
RosListenDelegate delegate,
int throttleRate,
int queueLength)
Subscribes to a ros topic.
|
void |
RosBridge.subscribe(SubscriptionRequestMsg request,
RosListenDelegate delegate)
Subscribes to a topic with the subscription parameters specified in the provided
SubscriptionRequestMsg. |
| Constructor and Description |
|---|
RosBridgeSubscriber(RosListenDelegate... delegates)
Initializes and adds all the input delegates to receive messages.
|
Copyright © 2016. All rights reserved.