Publish key presses to a topic #67
Labels
close the gap
Features from Gazebo-classic
enhancement
New feature or request
good first issue
Good for newcomers
Gazebo-classic has the KeyboardGUIPlugin, which is a GUI plugin that filters all key presses on the main window and publishes them using transport. This is very convenient for other plugins to react to key presses.
The topic used on classic was
~/keyboard/keypress
and the message type wasmsgs::Any
with an integer value representing the key. This has confused users in the past, so we should be sure to document it well.The text was updated successfully, but these errors were encountered: