| Package | Description |
|---|---|
| ros | |
| ros.tools |
| Modifier and Type | Field and Description |
|---|---|
protected RosBridge |
Publisher.rosBridge |
| Modifier and Type | Method and Description |
|---|---|
static RosBridge |
RosBridge.createConnection(String rosBridgeURI)
Creates a default RosBridge and connects it to the ROS Bridge websocket server located at rosBridgeURI.
|
RosBridge |
Publisher.getRosBridge()
Returns the
RosBridge object that manages the connection to the ROS Bridge server. |
| Constructor and Description |
|---|
Publisher(String topic,
String msgType,
RosBridge rosBridge)
Constructs and automatically advertises publishing to this topic.
|
Publisher(String topic,
String msgType,
RosBridge rosBridge,
boolean advertiseNow)
Constructs and advertises if the advertiseNow flag is set to true.
|
| Constructor and Description |
|---|
PeriodicPublisher(String topic,
String msgType,
RosBridge rosBridge)
|
PeriodicPublisher(String topic,
String msgType,
RosBridge rosBridge,
Object msg)
|
Copyright © 2016. All rights reserved.