remove command send for perform_ik

This commit is contained in:
Tristan McGinnis
2025-05-07 14:02:02 -05:00
committed by David
parent fb699984b9
commit 35208150ef

View File

@@ -436,7 +436,7 @@ class SerialRelay(Node):
# Send command to control # Send command to control
#command = "can_relay_tovic,arm,32," + ",".join(map(str, self.arm.ik_angles[:4])) + "\n" #command = "can_relay_tovic,arm,32," + ",".join(map(str, self.arm.ik_angles[:4])) + "\n"
self.send_cmd(command) #self.send_cmd(command)
self.get_logger().info(f"IK Success: {target_position}") self.get_logger().info(f"IK Success: {target_position}")
# tempMsg = String() # tempMsg = String()