mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 20:01:15 -05:00
fix anchor crashing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user