Skip to content

Commit e2853ca

Browse files
[teleop_turtle_key] update usage string to match keys captured by keyboard (#165)
On windows it will stay uppercase but shouldn't impact users compared to current situation Signed-off-by: Mikael Arguedas <[email protected]>
1 parent 3c7d821 commit e2853ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turtlesim/tutorials/teleop_turtle_key.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ class TeleopTurtle final
205205
puts("Reading from keyboard");
206206
puts("---------------------------");
207207
puts("Use arrow keys to move the turtle.");
208-
puts("Use G|B|V|C|D|E|R|T keys to rotate to absolute orientations. 'F' to cancel a rotation.");
209-
puts("'Q' to quit.");
208+
puts("Use g|b|v|c|d|e|r|t keys to rotate to absolute orientations. 'f' to cancel a rotation.");
209+
puts("'q' to quit.");
210210

211211
while (running) {
212212
// get the next event from the keyboard

0 commit comments

Comments
 (0)