Skip to content
Snippets Groups Projects

Transfer gaze targets to a dedicated gaze root frame (relative to head base frame); Normalize calculation of pitch depending on selected yaw.

Merged Christian Dreher requested to merge fix/head-ik into master
  1. Jun 04, 2024
    • Christian Dreher's avatar
      fix: Transfer gaze targets to a dedicated gaze root frame (relative to head... · 76baa62c
      Christian Dreher authored
      fix: Transfer gaze targets to a dedicated gaze root frame (relative to head base frame); Normalize calculation of pitch depending on selected yaw.
      
      The issue here was that the calibration using the quadratic regression worked okay for yaw=0. However, as soon as there is a small tilt of the head base frame (i.e., the robot root frame and the head root frame where not parallel as in ARMAR-6), this calculation failed and resulted in a sinuidal movement of the head when the platform was rotated.
      To fix this, the gaze targets are now transformed to a gaze root frame which in turn is relative to the head frame. Additionally, the target yaw is compensated before calculating the pitch.
      76baa62c
  2. Jun 03, 2024
Loading