mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
remove debug print for arm_node
This commit is contained in:
@@ -388,7 +388,6 @@ class SerialRelay(Node):
|
|||||||
# 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
|
#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
|
||||||
|
|||||||
Reference in New Issue
Block a user