1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Example of settings for rigid transformation: -->
<!-- The tags are: -->
<!-- description: Human readable description of the transformation -->
<!-- computation_date: Human readable date and time when the -->
<!-- transformation was estimated. -->
<!-- transformation: The actual transformation data, in our case -->
<!-- these are the elements of the unit quaternion -->
<!-- representing the rotation, followed by the -->
<!-- translation: qx qy qz qw tx ty tz -->
<!-- estimation_error: An error associated with the transformation -->
<!-- estimate. -->
<!-- -->
<!-- -->
<precomputed_transform>
<description>
Terason 2000 probe calibration
</description>
<computation_date>
Thursday July 4 12:00:00 1776
</computation_date>
<transformation estimation_error="0.5">
0 0 0 1 -70.0 0.0 20.0
</transformation>
</precomputed_transform>
|