Functions | |
def | getKey () |
def | vels (speed, turn) |
Variables | |
key = getKey() | |
dictionary | moveBindings |
string | msg |
pub = rospy.Publisher('cmd_vel', Twist, queue_size = 1) | |
settings = termios.tcgetattr(sys.stdin) | |
speed = rospy.get_param("~speed", 0.5) | |
dictionary | speedBindings |
int | status = 0 |
int | th = 0 |
turn = rospy.get_param("~turn", 1.0) | |
twist = Twist() | |
int | x = 0 |
int | y = 0 |
int | z = 0 |
def teleop_twist_keyboard.getKey | ( | ) |
Definition at line 68 of file teleop_twist_keyboard.py.
def teleop_twist_keyboard.vels | ( | speed, | |
turn | |||
) |
Definition at line 76 of file teleop_twist_keyboard.py.
teleop_twist_keyboard.key = getKey() |
Definition at line 97 of file teleop_twist_keyboard.py.
dictionary teleop_twist_keyboard.moveBindings |
Definition at line 38 of file teleop_twist_keyboard.py.
string teleop_twist_keyboard.msg |
Definition at line 12 of file teleop_twist_keyboard.py.
teleop_twist_keyboard.pub = rospy.Publisher('cmd_vel', Twist, queue_size = 1) |
Definition at line 82 of file teleop_twist_keyboard.py.
teleop_twist_keyboard.settings = termios.tcgetattr(sys.stdin) |
Definition at line 80 of file teleop_twist_keyboard.py.
teleop_twist_keyboard.speed = rospy.get_param("~speed", 0.5) |
Definition at line 85 of file teleop_twist_keyboard.py.
dictionary teleop_twist_keyboard.speedBindings |
Definition at line 59 of file teleop_twist_keyboard.py.
int teleop_twist_keyboard.status = 0 |
Definition at line 91 of file teleop_twist_keyboard.py.
int teleop_twist_keyboard.th = 0 |
Definition at line 90 of file teleop_twist_keyboard.py.
teleop_twist_keyboard.turn = rospy.get_param("~turn", 1.0) |
Definition at line 86 of file teleop_twist_keyboard.py.
teleop_twist_keyboard.twist = Twist() |
Definition at line 119 of file teleop_twist_keyboard.py.
int teleop_twist_keyboard.x = 0 |
Definition at line 87 of file teleop_twist_keyboard.py.
int teleop_twist_keyboard.y = 0 |
Definition at line 88 of file teleop_twist_keyboard.py.
int teleop_twist_keyboard.z = 0 |
Definition at line 89 of file teleop_twist_keyboard.py.