corvin_zhang 82b29cccef 控制180度舵机的转动时,增加了控制速度的参数,就是转动时增加一个延时 4 سال پیش
..
CHANGELOG.rst df05a77951 新增键盘遥控软件包teleop_twist_keyboard 5 سال پیش
CMakeLists.txt df05a77951 新增键盘遥控软件包teleop_twist_keyboard 5 سال پیش
README.md f9e4067ff8 增加走迷宫包README,修改部分README文件 5 سال پیش
package.xml df05a77951 新增键盘遥控软件包teleop_twist_keyboard 5 سال پیش
teleop_twist_keyboard.py 82b29cccef 控制180度舵机的转动时,增加了控制速度的参数,就是转动时增加一个延时 4 سال پیش

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.2 _turn:=0.8

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

rosrun teleop_twist_keyboard teleop_twist_keyboard.py cmd_vel:=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% 4/5 : increase/decrease gripper angle by 5°

1 : arm go up 2 : arm go dowm 4 : open the gripper 5 : close the gripper

CTRL-C to quit """