test output

This commit is contained in:
Tristan McGinnis
2025-02-22 02:35:47 -06:00
parent 87e93bc45e
commit 79da299e82

View File

@@ -165,6 +165,7 @@ class SerialRelay(Node):
output.data = msg
self.anchor_pub.publish(output)
elif self.launch_mode == 'arm': #if in standalone mode, send to MCU directly
self.get_logger().info(f"[Arm to MCU] {msg}")
self.ser.write(bytes(msg, "utf8"))
def anchor_feedback(self, msg):