Skip to content

How can I publish same ROS topic on multiple MQTT messages? #18

@Lakshay011

Description

@Lakshay011

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions