We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7d821 commit e2853caCopy full SHA for e2853ca
turtlesim/tutorials/teleop_turtle_key.cpp
@@ -205,8 +205,8 @@ class TeleopTurtle final
205
puts("Reading from keyboard");
206
puts("---------------------------");
207
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.");
+ puts("Use g|b|v|c|d|e|r|t keys to rotate to absolute orientations. 'f' to cancel a rotation.");
+ puts("'q' to quit.");
210
211
while (running) {
212
// get the next event from the keyboard
0 commit comments