RoboticBase / uoa_poc2_bridge

This ros package acts as a bridge between FIWARE and ROS through MQTT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uoa_poc2_bridge

This ros package acts as a bridge between FIWARE and ROS through MQTT.

TravisCI Status

Description

This application bridges a ROS autonomous mobile robot and RoboticBase.

This application was used in a PoC demonstrated by TIS and UoA in November 2019.

requirements

prepare

install dependency

rosdep install --from-paths src --ignore-src -r -y

environment variables

environment variable description
MQTT_HOST IP address or FQDN of MQTT Broker
MQTT_PORT Port number of MQTT Broker
MQTT_USERNAME Username to connect MQTT Broker
MQTT_PASSWORD Password to connect MQTT Broker
MQTT_USE_CA If "true", connect MQTT Broker by using mqtt/tls
ENTITY_TYPE Type of RoboticBase's Entity
ENTITY_ID ID of RoboticBase's Entity
CMD_NAME the command name of RoboticBase's iotagent-json

License

Apache License 2.0

Copyright

Copyright (c) 2019 TIS Inc.

About

This ros package acts as a bridge between FIWARE and ROS through MQTT.

License:Apache License 2.0


Languages

Language:Python 92.1%Language:CMake 7.9%