mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
debug output on anchor
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user