mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
Removing print statements from anchor and core to clean up output
This commit is contained in:
@@ -88,7 +88,7 @@ class SerialRelay(Node):
|
|||||||
|
|
||||||
if output:
|
if output:
|
||||||
# All output over debug temporarily
|
# All output over debug temporarily
|
||||||
self.get_logger().info(f"[MCU] {output}")
|
#self.get_logger().info(f"[MCU] {output}")
|
||||||
if output.startswith("can_relay_fromvic,arm"):
|
if output.startswith("can_relay_fromvic,arm"):
|
||||||
# Publish the message to the arm topic
|
# Publish the message to the arm topic
|
||||||
msg = String()
|
msg = String()
|
||||||
|
|||||||
Reference in New Issue
Block a user