Hi just a question since I could not find anything about it in here.
How would I go about sending a message from MQTT to a ROS-topic ? What format is expected ?
I tried something along the lines of
mqtt pub -t command -m "{'data': 'move'}"
The data printed in
mqtt sub -t command --jsonOutput
looked exactly the same as the data received from rostopic pub.
I set up the bridge following the tutorial precisely, so that should not be an issue.
Hi just a question since I could not find anything about it in here. How would I go about sending a message from MQTT to a ROS-topic ? What format is expected ?
I tried something along the lines of
The data printed in
looked exactly the same as the data received from rostopic pub.
I set up the bridge following the tutorial precisely, so that should not be an issue.
I also tried sending data from python
and Node-Red
but nothing seemed to work.
So how would I do that ?
Regards