34 import roslib; roslib.load_manifest(
'calibration_estimation')
47 calibrated_xml =
'robot_calibrated.xml' 51 outfile = open(raw_xml,
'w')
52 outfile.write(robot_description)
54 config = yaml.load(
''' 68 outfile = open(calibrated_xml,
'w')
69 outfile.write( params.urdf.to_xml() )
72 if __name__ ==
'__main__':
74 rostest.unitrun(
'calibration_estimation',
'test_UrdfWriter', TestUrdfWriter, coverage_packages=[
'calibration_estimation.urdf_params'])
def get_robot_description(bag_filename, use_topic=False)