microsoft / ros_azure_iothub

This repository contains a ROS node for bidirectional communication with IoT Hub
38 stars 30 forks source link

Namespacing is not respected by rosparam loading #6

Closed xinyi-joffre closed 4 years ago

xinyi-joffre commented 6 years ago

When using ROS_NAMESPACE option, the roslaunch rosparams are loaded into the correct namespace, but the rosparam config file for relays is loaded under the global namespace. This is an issue for needing to run multiple relay instances (such as one per device) on the same ROS master.