Skip to content

Commit

Permalink
Update metric_logger.py
Browse files Browse the repository at this point in the history
change heart beat msg to debug
  • Loading branch information
ibrahimhroob authored Oct 2, 2024
1 parent cf18c52 commit 828a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autonomy_metrics/autonomy_metrics/metric_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def publish_heartbeat(self):
heartbeat_msg = Bool()
heartbeat_msg.data = True # Set to True to indicate the node is alive
self.heartbeat_publisher.publish(heartbeat_msg)
self.get_logger().info('Heartbeat published')
self.get_logger().debug('Heartbeat published')

def declare_and_get_parameters(self):
# Declare MongoDB host and port as ROS parameters
Expand Down

0 comments on commit 828a679

Please sign in to comment.