|
Algorithm 1 Iterative computation for target footholds |
-
1:
Commanded translational speed:
-
2:
Using (5) and (6) to plan the vertical trajectory:
-
3:
Given nominal ZMP trajectory of next step:
-
4:
With (13) and capturability constraints of CoM velocity (), get temporary horizontal CoM trajectory:
-
5:
fordo
-
6:
-
7:
if then
-
8:
-
9:
else
-
10:
-
11:
-
12:
while do
-
13:
-
14:
-
15:
Repeat Line 4 ;
-
16:
-
17:
end while
-
18:
-
19:
end if
-
20:
end for
|