| 80 | | So, the first line of the table contains the feet positions for the first (half) step, first tuple for the first group, second tuple for the second group. First value of tuples is the movement in the XY plane, from -1 to +1. +-1 means full stride (forward or backward), 0 means neutral position. Second value is the movement in the Z plane, from 0 to 1. 0 mean on the ground, 1 mean lifted full height. |
| | 80 | So, the first line of the table contains the feet positions for the first (half) step: first tuple for the first group, second tuple for the second group. |
| | 81 | First value of each tuple is the movement in the XY plane, from -1 to +1 (-1 means full stride backward, 0 means neutral position, +1 means full stride forward). Second value is the movement in the Z plane, from 0 to 1 (0 means on the ground, 1 means lifted full height). |