Go to the source code of this file.
| Namespaces | |
| namespace | convert-tactile-to-urdf | 
| Functions | |
| def | convert-tactile-to-urdf.get_path | 
| def | convert-tactile-to-urdf.get_pose_array | 
| Variables | |
| dictionary | convert-tactile-to-urdf.barrett_sensors = {} | 
| tuple | convert-tactile-to-urdf.doc = xmltodict.parse(fd.read()) | 
| tuple | convert-tactile-to-urdf.finger_sensors = get_pose_array(doc['robot']['chain'][chain_num]['filter'], False) | 
| tuple | convert-tactile-to-urdf.palm_sensors = get_pose_array(doc['robot']['filter'], True) | 
| tuple | convert-tactile-to-urdf.Pose = namedtuple('Pose', ['xyz', 'rpy'], verbose=True) | 
| tuple | convert-tactile-to-urdf.tactile_filename = get_path('graspit', 'BarrettBH8_280_Tactile.xml') | 
| string | convert-tactile-to-urdf.text_poses = "" |