debug output on anchor

This commit is contained in:
Tristan McGinnis
2025-02-20 14:34:35 -06:00
parent 93a24b6eab
commit 10192c746e

View File

@@ -108,6 +108,7 @@ class SerialRelay(Node):
self.exit(1) self.exit(1)
def send_cmd(self, msg): def send_cmd(self, msg):
self.get_logger().info(f"Sending command to MCU: {msg}")
self.ser.write(bytes(msg, "utf8")) self.ser.write(bytes(msg, "utf8"))
@staticmethod @staticmethod