mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
remove command send for perform_ik
This commit is contained in:
@@ -436,7 +436,7 @@ class SerialRelay(Node):
|
||||
# Send command to control
|
||||
|
||||
#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}")
|
||||
|
||||
# tempMsg = String()
|
||||
|
||||
Reference in New Issue
Block a user