mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 20:01:15 -05:00
debug output on anchor
This commit is contained in:
@@ -108,6 +108,7 @@ class SerialRelay(Node):
|
||||
self.exit(1)
|
||||
|
||||
def send_cmd(self, msg):
|
||||
self.get_logger().info(f"Sending command to MCU: {msg}")
|
||||
self.ser.write(bytes(msg, "utf8"))
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user