From 6964dd14685fcc8853e7b9f0959f2cd0433e9731 Mon Sep 17 00:00:00 2001 From: Santiago Date: Mon, 16 May 2022 10:38:04 -0300 Subject: [PATCH] fixing a typo --- .../nodes/rtf_cloudwatch_publisher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_robomaker_cloudwatch_publisher/nodes/rtf_cloudwatch_publisher.py b/aws_robomaker_cloudwatch_publisher/nodes/rtf_cloudwatch_publisher.py index f1f72d0..32a8fd7 100755 --- a/aws_robomaker_cloudwatch_publisher/nodes/rtf_cloudwatch_publisher.py +++ b/aws_robomaker_cloudwatch_publisher/nodes/rtf_cloudwatch_publisher.py @@ -7,7 +7,7 @@ class RTFCloudWatchPublisher(object): def __init__(self, publish_rate_frequency=1): - rospy.init_node("RFTCloudWatchPublisher") + rospy.init_node("RTFCloudWatchPublisher") self._freq = rospy.get_param("~publish_rate_frequency") self._publisher = CloudWatchPublisher("RealTimeFactor")