Namespaces | Functions | Variables
keyboard_teleop.py File Reference

Go to the source code of this file.

Namespaces

 keyboard_teleop
 

Functions

def keyboard_teleop.getKey ()
 
def keyboard_teleop.vels (speed, turn)
 

Variables

 keyboard_teleop.key = getKey()
 
dictionary keyboard_teleop.moveBindings
 
string keyboard_teleop.msg
 
 keyboard_teleop.pub = rospy.Publisher('/cmd_vel_mux/input/teleop', Twist, queue_size = 1)
 
 keyboard_teleop.settings = termios.tcgetattr(sys.stdin)
 
 keyboard_teleop.speed = rospy.get_param("~speed", 0.5)
 
dictionary keyboard_teleop.speedBindings
 
int keyboard_teleop.status = 0
 
int keyboard_teleop.th = 0
 
 keyboard_teleop.turn = rospy.get_param("~turn", 1.0)
 
 keyboard_teleop.twist = Twist()
 
int keyboard_teleop.x = 0
 
int keyboard_teleop.y = 0
 
int keyboard_teleop.z = 0
 


xbot_tools
Author(s):
autogenerated on Sat Oct 10 2020 03:28:22