Skip to content
Snippets Groups Projects
Commit c8e61765 authored by Pep Martí Saumell's avatar Pep Martí Saumell
Browse files

[gauss] Added gauss files

parent 76130feb
No related branches found
No related tags found
No related merge requests found
mqtt:
client:
protocol: 4 # MQTTv311
connection:
host: localhost
port: 1883
keepalive: 60
private_path: device/001
# Commenting the following lines makes the messages to be puclished in the MQTT server as JSON
# serializer: msgpack:dumps
# deserializer: msgpack:loads
bridge:
- factory: mqtt_bridge.bridge:RosToMqttBridge
msg_type: iri_gnss_msgs.msg:Rpa_positioning_info
topic_from: /iri_gnss_data/rpa_positioning_info
topic_to: rpa_position
<launch>
<arg name="use_tls" default="false" />
<node name="mqtt_bridge" pkg="mqtt_bridge" type="mqtt_bridge_node.py" output="screen">
<rosparam command="delete" param="" />
<rosparam command="load" file="$(find mqtt_bridge)/config/gauss_params.yaml" />
<rosparam if="$(arg use_tls)" command="load" ns="mqtt" file="$(find mqtt_bridge)/config/tls_params.yaml" />
</node>
</launch>
bson>=0.5.2 bson>=0.5.2
inject>=3.3.1 inject==3.5.4
paho-mqtt>=1.2 paho-mqtt>=1.2
msgpack-python>=0.4.8 msgpack-python>=0.4.8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment