Functions | |
def | angle_axis_to_RPY |
def | epsEq |
def | find_dh_param_offsets |
def | mixed_to_float |
def | parse_rpy |
def | parse_xyz |
def | pplist |
def | quat_to_rpy |
def | rpy_to_quat |
def | update_urdf |
def pr2_calibration_propagation::update_urdf::angle_axis_to_RPY | ( | vec | ) |
Definition at line 168 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::epsEq | ( | value1, | ||
value2, | ||||
eps = 1e-10 | ||||
) |
Definition at line 133 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::find_dh_param_offsets | ( | chain_name, | ||
system_default, | ||||
system_calibrated | ||||
) |
Definition at line 154 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::mixed_to_float | ( | mixed | ) |
Definition at line 140 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::parse_rpy | ( | line | ) |
Definition at line 184 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::parse_xyz | ( | line | ) |
Definition at line 187 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::pplist | ( | list | ) |
Definition at line 122 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::quat_to_rpy | ( | q | ) |
Definition at line 180 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::rpy_to_quat | ( | rpy | ) |
Definition at line 177 of file update_urdf.py.
def pr2_calibration_propagation::update_urdf::update_urdf | ( | initial_system, | ||
calibrated_system, | ||||
xml_in | ||||
) |
Definition at line 42 of file update_urdf.py.