Skip to content

Commit f688fcb

Browse files
committed
Updating keyboard teleop tutorial.
1 parent eb8e69d commit f688fcb

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

drcsim_keyboard_teleop/tutorial.md

+27-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DRCSim v2.4 introduces an example interface to the Atlas Sim Interface and BDI C
77
Launch the simulator (be sure to first `source /usr/share/drcsim/setup.sh` as usual):
88

99
~~~
10-
roslaunch drcsim_gazebo atlas_sandia_hands.launch
10+
VRC_CHEATS_ENABLED=1 roslaunch drcsim_gazebo atlas_sandia_hands.launch
1111
~~~
1212

1313
## Teleop
@@ -21,22 +21,35 @@ roslaunch drcsim_gazebo keyboard_teleop.launch
2121
You will see a screen like below:
2222

2323
~~~
24-
Keyboard Teleop for AtlasSimInterface 1.0.5
24+
Keyboard Teleop for AtlasSimInterface 1.1.0
2525
Copyright (C) 2013 Open Source Robotics Foundation
2626
Released under the Apache 2 License
2727
--------------------------------------------------
28-
Linear movement:
28+
Dynamic linear movement:
2929
30-
i
30+
i
3131
j l
32-
,
33-
34-
Turn movements:
35-
o/u Turn around a point
36-
m/. Turn in place
32+
,
33+
34+
Dynamic turn movements:
35+
u/o Turn left/right around a point
36+
m/. Turn left/right in place
37+
38+
39+
Static linear movement:
40+
41+
I
42+
J L
43+
<
44+
45+
Static turn movements:
46+
U/O Turn left/right around a point
47+
M/> Turn left/right in place
3748
3849
1-9: Change the length of step trajectory
50+
'-'/'=': Increase/Decrease Stride Length
3951
E: View and Edit Parameters
52+
H: Print this menu
4053
R: Reset robot to standing pose
4154
Q: Quit
4255
~~~
@@ -47,14 +60,16 @@ Press `R` to move the robot to a BDI-controlled standing position. You should d
4760

4861
### Movements
4962

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.
5164

5265
Pressing `O`, or `U` walks the atlas in a circle around a point to the left or right by 2 meters.
5366

54-
Pressing `M` and `.` turns the robot around on a point
67+
Pressing `M` and `>` turns the robot around on a point
5568

5669
This is an image of Atlas walking in a 2 meter circle.
5770

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+
5873
[[file:files/Atlas_keyboard_teleop.png|800px]]
5974

6075
### Changing parameters
@@ -72,7 +87,7 @@ You can change a number of parameters to experiment with the walking controller.
7287
7 : Swing Height 0.3
7388
8 : Turn Radius 2
7489
X : Exit
75-
Enter number of param you want to change:
90+
Enter number of param you want to change:
7691
~~~
7792

7893
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

Comments
 (0)