Functions | |
def | __gen_ch_getter (echo) |
Variables | |
angle_msg = Float32() | |
int | curr_angle = 0 |
data | |
getch = __gen_ch_getter(False) | |
string | instructions |
key = getch() | |
left_pub = rospy.Publisher('left_thrust_angle', Float32, queue_size=1) | |
max_angle = rospy.get_param("~max_angle", math.pi / 2) | |
dictionary | moveBindings |
int | num_prints = 0 |
right_pub = rospy.Publisher('right_thrust_angle', Float32, queue_size=1) | |
dictionary | speedBindings |
float | thrust_angle_speed = 0.1 |
|
private |
Definition at line 38 of file key2thrust_angle.py.
key2thrust_angle.angle_msg = Float32() |
Definition at line 109 of file key2thrust_angle.py.
key2thrust_angle.curr_angle = 0 |
Definition at line 76 of file key2thrust_angle.py.
key2thrust_angle.data |
Definition at line 110 of file key2thrust_angle.py.
key2thrust_angle.getch = __gen_ch_getter(False) |
Definition at line 66 of file key2thrust_angle.py.
string key2thrust_angle.instructions |
Definition at line 11 of file key2thrust_angle.py.
key2thrust_angle.key = getch() |
Definition at line 85 of file key2thrust_angle.py.
key2thrust_angle.left_pub = rospy.Publisher('left_thrust_angle', Float32, queue_size=1) |
Definition at line 69 of file key2thrust_angle.py.
key2thrust_angle.max_angle = rospy.get_param("~max_angle", math.pi / 2) |
Definition at line 75 of file key2thrust_angle.py.
dictionary key2thrust_angle.moveBindings |
Definition at line 22 of file key2thrust_angle.py.
int key2thrust_angle.num_prints = 0 |
Definition at line 77 of file key2thrust_angle.py.
key2thrust_angle.right_pub = rospy.Publisher('right_thrust_angle', Float32, queue_size=1) |
Definition at line 70 of file key2thrust_angle.py.
dictionary key2thrust_angle.speedBindings |
Definition at line 27 of file key2thrust_angle.py.
float key2thrust_angle.thrust_angle_speed = 0.1 |
Definition at line 74 of file key2thrust_angle.py.