Only released in EOL distros:
Package Summary
Released
Documented
publishes keyboard key presses
- Maintainer status: maintained
- Maintainer: v01d <phreakuencies AT gmail DOT com>
- Author: v01d <phreakuencies AT gmail DOT com>
- License: GPLv2
- Source: git https://github.com/lrse/ros-keyboard.git (branch: 0.1.1)
Package Summary
Released
No API documentation
publishes keyboard key presses
- Maintainer status: developed
- Maintainer: v01d <dontwantspam AT spam DOT com>
- Author: v01d <dontwantspam AT spam DOT com>
- License: GPLv2
Package Summary
Released
Documented
publishes keyboard key presses
- Maintainer status: developed
- Maintainer: v01d <phreakuencies AT gmail DOT com>
- Author: v01d <phreakuencies AT gmail DOT com>
- License: GPLv2
- Source: git https://github.com/lrse/ros-keyboard.git (branch: 0.1.1)
Contents
Overview
This package allows you to receive keyboard events (key-up, key-down), similar to how the joy node works.
Since it uses SDL to capture keyboard events, a separate window will be opened when the node starts, and this is where all keyboard input will be received. In other words, the node will receive key-presses only when this window is focused.
keyboard
Listens to key-presses and publishes them as messagesPublished Topics
keydown (keyboard/Key)- key-down events are published in this topic
- key-up events are published in this topic
Parameters
~allow_repeat (bool, default: false)- Enables or disables the keyboard repeat rate (see SDL documentation).
- How long the key must be pressed before it begins repeating.
- Key replay speed.