debug print for arm_node socket_pub_callback

This commit is contained in:
Tristan McGinnis
2025-04-16 20:06:51 -05:00
committed by David
parent 8e3f2ee88a
commit 27cf4d9982

View File

@@ -369,7 +369,8 @@ class SerialRelay(Node):
# msg.joint_temps = self.arm_feedback.joint_temps # msg.joint_temps = self.arm_feedback.joint_temps
# msg.joint_voltages = self.arm_feedback.joint_voltages # msg.joint_voltages = self.arm_feedback.joint_voltages
# msg.joint_currents = self.arm_feedback.joint_currents # msg.joint_currents = self.arm_feedback.joint_currents
#debug print
self.get_logger().info(f"ARM NODE SENDING: Socket Feedback")
self.socket_pub.publish(self.arm_feedback) #Publish feedback from arm self.socket_pub.publish(self.arm_feedback) #Publish feedback from arm
self.arm.update_position() #Run FK and update the current position of the arm, using FK self.arm.update_position() #Run FK and update the current position of the arm, using FK