We attempted to publish a ROS topic message on multiple MQTT topics, but only one of the topics received the message. Is there a way to publish a single ROS message to multiple MQTT topics?
Config File:
broker:
host: localhost
port: 1883
bridge:
ros2mqtt:
-ros_topic: /agv/scan
mqtt_topic: agv_mqtt/scan/ros1
-ros_topic: /agv/scan
mqtt_topic: agv_mqtt/scan/ros2
-ros_topic: /agv/scan
mqtt_topic: agv_mqtt/scan/primitive/ros1
primitive: true