fix anchor crashing

This commit is contained in:
Tristan McGinnis
2025-02-20 14:10:27 -06:00
parent 46c63ade8c
commit eb1effd791

View File

@@ -83,7 +83,7 @@ class SerialRelay(Node):
if output:
# All output over debug temporarily
self.get_logger().info(f"[MCU] {output}", end="")
self.get_logger().info(f"[MCU] {output}")
msg = String()
msg.data = output
self.debug_pub.publish(msg)