ros / ros_tutorials

Code used in tutorials found on ROS wiki
http://wiki.ros.org/ros_tutorials
805 stars 540 forks source link

[teleop_turtle_key] update usage string to match keys captured by key… (backport #165) #166

Closed mergify[bot] closed 5 months ago

mergify[bot] commented 5 months ago

…board

The keys actually captured in the code are the lowercase versions: https://github.com/ros/ros_tutorials/blob/fa2868639263a188e97e1b8a1e895d0cb10f7a58/turtlesim/tutorials/teleop_turtle_key.cpp#L53-L62

On Windows it will still be the uppercase version but I suppose it is the case for case insensitive shells so this change in help string shouldn't impact the users


This is an automatic backport of pull request #165 done by Mergify.