We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786b4ed commit 9a645d5Copy full SHA for 9a645d5
mqtt_client/config/params.ros2.aws.yaml
@@ -39,10 +39,14 @@ mqtt_client:
39
# NOTE: It seems that AWS IOT only supports primitive topics. Using non-primitive
40
# types results in the error message `Connection to broker lost, will try to reconnect...`
41
ros2mqtt:
42
- ros_topic: /ping/primitive
43
- mqtt_topic: pingpong/primitive
44
- primitive: true
+ ros_topics:
+ - /ping/primitive
+ /ping/primitive:
45
+ mqtt_topic: pingpong/primitive
46
+ primitive: true
47
mqtt2ros:
- ros_topic: /pong/primitive
48
+ mqtt_topics:
49
+ - pingpong/primitive
50
+ pingpong/primitive:
51
+ ros_topic: /pong/primitive
52
0 commit comments