-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
33 lines (29 loc) · 832 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
mqtt:
client:
protocol: 4 # MQTTv311
connection:
host: localhost
port: 1883
keepalive: 60
bridge:
# ping pong
- factory: mqtt_bridge.bridge:RosToMqttBridge
msg_type: std_msgs.msg:Bool
topic_from: /ping
topic_to: ping
- factory: mqtt_bridge.bridge:RosToMqttBridge
msg_type: sensor_msgs.msg:NavSatFix
topic_from: /current_location
topic_to: current_location
#- factory: mqtt_bridge.bridge:RosToMqttBridge
# msg_type: sensor_msgs.msg:Range
# topic_from: /range_data
# topic_to: range_data
- factory: mqtt_bridge.bridge:RosToMqttBridge
msg_type: rover.msg:RangeLocation
topic_from: /range_location
topic_to: range_location
# - factory: mqtt_bridge.bridge:MqttToRosBridge
# msg_type: std_msgs.msg:Bool
# topic_from: ping
# topic_to: /pong