Skip to content
Snippets Groups Projects
README.md 706 B
Newer Older
kk6axq's avatar
kk6axq committed
# teleop_twist_keyboard
Adam Allevato's avatar
Adam Allevato committed
Generic Keyboard Teleoperation for ROS

Dirk Thomas's avatar
Dirk Thomas committed
## Launch

To run: `ros2 run teleop_twist_keyboard teleop_twist_keyboard`
Dirk Thomas's avatar
Dirk Thomas committed

## Usage
kk6axq's avatar
kk6axq committed

Adam Allevato's avatar
Adam Allevato committed
This node takes keypresses from the keyboard and publishes them as Twist
messages. It works best with a US keyboard layout.
---------------------------
Moving around:
   u    i    o
   j    k    l
   m    ,    .

For Holonomic mode (strafing), hold down the shift key:
---------------------------
   U    I    O
   J    K    L
   M    <    >
t : up (+z)
b : down (-z)
anything else : stop

q/z : increase/decrease max speeds by 10%
w/x : increase/decrease only linear speed by 10%
e/c : increase/decrease only angular speed by 10%
Dirk Thomas's avatar
Dirk Thomas committed
```