corvin 733608d79b 新增小车校准软件包 5 vuotta sitten
..
CHANGELOG.rst df05a77951 新增键盘遥控软件包teleop_twist_keyboard 5 vuotta sitten
CMakeLists.txt df05a77951 新增键盘遥控软件包teleop_twist_keyboard 5 vuotta sitten
README.md df05a77951 新增键盘遥控软件包teleop_twist_keyboard 5 vuotta sitten
package.xml df05a77951 新增键盘遥控软件包teleop_twist_keyboard 5 vuotta sitten
teleop_twist_keyboard.py 733608d79b 新增小车校准软件包 5 vuotta sitten

README.md

teleop_twist_keyboard

Generic Keyboard Teleop for ROS

Launch

Run.

rosrun teleop_twist_keyboard teleop_twist_keyboard.py

With custom values.

rosrun teleop_twist_keyboard teleop_twist_keyboard.py _speed:=0.9 _turn:=0.8

Publishing to a different topic (in this case my_cmd_vel).

rosrun teleop_twist_keyboard teleop_twist_keyboard.py cmd_vel:=my_cmd_vel

Usage

Reading from the keyboard  and Publishing to Twist!
---------------------------
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%

CTRL-C to quit