Skip to content

Commit 259dd85

Browse files
committed
fix namespace of latency topic
1 parent 6419cba commit 259dd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mqtt_client/src/MqttClient.ros2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace mqtt_client {
5353
const std::string MqttClient::kRosMsgTypeMqttTopicPrefix =
5454
"mqtt_client/ros_msg_type/";
5555

56-
const std::string MqttClient::kLatencyRosTopicPrefix = "latencies/";
56+
const std::string MqttClient::kLatencyRosTopicPrefix = "~/latencies/";
5757

5858

5959
/**

0 commit comments

Comments
 (0)