@@ -12,7 +12,7 @@ following way to communicate between agents:
- Use ROS2. We need to make sure the DDS layer is configured correctly
in this case. All agents will have the same value for ROS_DOMAIN_ID.
- Use json coding of messages and send the encoded message between agents using an MQTT
- Use JSON coding of messages and send the encoded message between agents using an MQTT
broker. All agents will have different value for ROS_DOMAIN_ID.
...
...
@@ -92,6 +92,7 @@ that messages that needs to be forwarded will be put on a topic with
the prefix /ext. So if this is given to the start of wdb then we will push to:
- /ext/unit_info
- /ext/unit_info_slow
The **ros_to_mqtt** program will put this on MQTT topics and the **mqt_to_ros** program will outpuy the messages on the topics /unit_info and /unit_info_slow.
For now see m300.launch.py were the external flag is set for the nodes: