We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079cda5 commit 7263a64Copy full SHA for 7263a64
coffee_ws/src/coffee_head/coffee_head/camera_node.py
@@ -254,7 +254,7 @@ def publish_face_position(self, faces):
254
# Call go_to_pos only if we have a valid position
255
if eye_position:
256
# self.controller.go_to_pos(eye_position)
257
- self.node.get_logger().info(f'Moving eyes to position: ({eye_position[0]:.2f}, {eye_position[1]:.2f})')
+ # self.node.get_logger().info(f'Moving eyes to position: ({eye_position[0]:.2f}, {eye_position[1]:.2f})')
258
point_msg = Point()
259
point_msg.x = eye_position[0]
260
point_msg.y = eye_position[1]
0 commit comments