update angles for IK when control command is sent

This commit is contained in:
Tristan McGinnis
2025-05-04 14:29:45 -05:00
committed by David
parent 3288aea14c
commit 2c27c81dc5

View File

@@ -184,7 +184,7 @@ class SerialRelay(Node):
#
#
# # Update the arm's current angles
# self.arm.update_angles(angles)
self.arm.update_angles(angles)
self.arm_feedback.axis0_angle = angles[0]
self.arm_feedback.axis1_angle = angles[1]
self.arm_feedback.axis2_angle = angles[2]