Closed kapilPython closed 4 years ago
The Topic to which the mqtt is subscribing in MqttToRosBridge is wrong with respect to the condition of private path. It should use the member variable _topic_from because that has the private path extracted topic name.
Can this be reviewed? It resolves #19
Hi @kapilPython,
Thank you for your contribution. Your changes look good, could you kindly confirm the comment I added?
The Topic to which the mqtt is subscribing in MqttToRosBridge is wrong with respect to the condition of private path. It should use the member variable _topic_from because that has the private path extracted topic name.