Skip to content

Commit

Permalink
[teleop_turtle_key] update usage string to match keys captured by key…
Browse files Browse the repository at this point in the history
…board (#165)

On windows it will stay uppercase but shouldn't impact users compared to
current situation

Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored May 6, 2024
1 parent 3c7d821 commit e2853ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turtlesim/tutorials/teleop_turtle_key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ class TeleopTurtle final
puts("Reading from keyboard");
puts("---------------------------");
puts("Use arrow keys to move the turtle.");
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.");
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.");

while (running) {
// get the next event from the keyboard
Expand Down

0 comments on commit e2853ca

Please sign in to comment.