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