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 0693ab7 commit f1b8903Copy full SHA for f1b8903
src/MqttClient.cpp
@@ -153,8 +153,9 @@ void MqttClient::loadParameters() {
153
}
154
155
156
- NODELET_INFO("Bridging ROS topic '%s' to MQTT topic '%s'",
157
- ros_topic.c_str(), ros2mqtt.mqtt.topic.c_str());
+ NODELET_INFO("Bridging ROS topic '%s' to MQTT topic '%s' %s",
+ ros_topic.c_str(), ros2mqtt.mqtt.topic.c_str(),
158
+ ros2mqtt.stamped ? "and measuring latency" : "");
159
} else {
160
NODELET_WARN(
161
"Parameter 'bridge/ros2mqtt[%d]' is missing subparameter "
0 commit comments