Classes | |
class | Messages |
Variables | |
float | APPROACH_VELOCITY = 0.0025 |
dictionary | button_names_dict |
float | CONTACT_CB_COOLDOWN = 0.5 |
float | DANGEROUS_CB_COOLDOWN = 5.0 |
float | GLOBAL_VELOCITY = 0.0025 |
dictionary | HEIGHT_BOUNDS = {'r' : (0.2, 3.5), 'l' : (0.2, 3.5)} |
float | HEIGHT_CLOSER_ADJUST = 0.5 |
float | HEIGHT_STEP = 0.17 |
dictionary | LAT_BOUNDS = {'r' : (np.pi/8, 7*np.pi/8), 'l' : (np.pi/8, 7*np.pi/8)} |
float | LATITUDE_STEP = 0.12 |
float | LOCAL_VELOCITY = 0.0025 |
dictionary | LON_BOUNDS = {'r' : (-5*np.pi/8, np.pi/8), 'l' : (-np.pi/8, 5*np.pi/8)} |
float | LONGITUDE_STEP = 0.06 |
list | outcomes_spa = ['succeeded','preempted','aborted'] |
float | RETREAT_HEIGHT = 1.65 |
float | SAFETY_RETREAT_HEIGHT = 2.5 |
float | SAFETY_RETREAT_VELOCITY = 0.0150 |
float | SHAVE_HEIGHT = 0.8 |
float | SLOW_RETREAT_VELOCITY = 0.0200 |
float | TIMEOUT_CB_COOLDOWN = 20.0 |
float | TIMEOUT_TIME = 30.0 |
float | TRIM_RETREAT_LATITUDE = 1.9 |
float hrl_face_adls::face_adls_parameters::APPROACH_VELOCITY = 0.0025 |
Definition at line 8 of file face_adls_parameters.py.
00001 { 00002 'translate_up' : "translate up", 00003 'translate_down' : "translate down", 00004 'translate_left' : "translate left", 00005 'translate_right' : "translate right", 00006 'translate_in' : "translate in", 00007 'translate_out' : "translate out", 00008 00009 'rotate_y_neg' : "rotate down", 00010 'rotate_y_pos' : "rotate up", 00011 'rotate_z_neg' : "rotate left", 00012 'rotate_z_pos' : "rotate right", 00013 'rotate_x_neg' : "rotate clockwise", 00014 'rotate_x_pos' : "rotate counter clockwise", 00015 00016 'reset_rotation' : "reset rotation", 00017 }
Definition at line 63 of file face_adls_parameters.py.
Definition at line 5 of file face_adls_parameters.py.
Definition at line 4 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::GLOBAL_VELOCITY = 0.0025 |
Definition at line 9 of file face_adls_parameters.py.
dictionary hrl_face_adls::face_adls_parameters::HEIGHT_BOUNDS = {'r' : (0.2, 3.5), 'l' : (0.2, 3.5)} |
Definition at line 26 of file face_adls_parameters.py.
Definition at line 20 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::HEIGHT_STEP = 0.17 |
Definition at line 10 of file face_adls_parameters.py.
dictionary hrl_face_adls::face_adls_parameters::LAT_BOUNDS = {'r' : (np.pi/8, 7*np.pi/8), 'l' : (np.pi/8, 7*np.pi/8)} |
Definition at line 23 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::LATITUDE_STEP = 0.12 |
Definition at line 11 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::LOCAL_VELOCITY = 0.0025 |
Definition at line 12 of file face_adls_parameters.py.
dictionary hrl_face_adls::face_adls_parameters::LON_BOUNDS = {'r' : (-5*np.pi/8, np.pi/8), 'l' : (-np.pi/8, 5*np.pi/8)} |
Definition at line 25 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::LONGITUDE_STEP = 0.06 |
Definition at line 13 of file face_adls_parameters.py.
list hrl_face_adls::face_adls_parameters::outcomes_spa = ['succeeded','preempted','aborted'] |
Definition at line 28 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::RETREAT_HEIGHT = 1.65 |
Definition at line 14 of file face_adls_parameters.py.
Definition at line 15 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::SAFETY_RETREAT_VELOCITY = 0.0150 |
Definition at line 16 of file face_adls_parameters.py.
Definition at line 18 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::SLOW_RETREAT_VELOCITY = 0.0200 |
Definition at line 17 of file face_adls_parameters.py.
Definition at line 6 of file face_adls_parameters.py.
float hrl_face_adls::face_adls_parameters::TIMEOUT_TIME = 30.0 |
Definition at line 19 of file face_adls_parameters.py.
Definition at line 21 of file face_adls_parameters.py.