You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,14 +60,16 @@ Press `R` to move the robot to a BDI-controlled standing position. You should d
47
60
48
61
### Movements
49
62
50
-
Press `i` to move forward, `,` to move backward. `J` sidesteps laterally to the left, and `L` sidesteps to the right.
63
+
Press `i` to move forward, `,` to move backward. `j` sidesteps laterally to the left, and `l` sidesteps to the right.
51
64
52
65
Pressing `O`, or `U` walks the atlas in a circle around a point to the left or right by 2 meters.
53
66
54
-
Pressing `M` and `.` turns the robot around on a point
67
+
Pressing `M` and `>` turns the robot around on a point
55
68
56
69
This is an image of Atlas walking in a 2 meter circle.
57
70
71
+
You can also use the stepping primitives for testing the Atlas static locomotion (press keys `I`, `<`, `J`, and `L` for stepping the robot forward, backwards, to the left and to right respectively.
72
+
58
73
[[file:files/Atlas_keyboard_teleop.png|800px]]
59
74
60
75
### Changing parameters
@@ -72,7 +87,7 @@ You can change a number of parameters to experiment with the walking controller.
72
87
7 : Swing Height 0.3
73
88
8 : Turn Radius 2
74
89
X : Exit
75
-
Enter number of param you want to change:
90
+
Enter number of param you want to change:
76
91
~~~
77
92
78
93
Enter a number of the param you to change, in this case we can increase the forward stride length by pressing `1` and `Enter`. It brings up the following:
0 commit comments