Attachment 'frames.xml'
Download 1 <!--Frames.xml-->
2 <Data>
3 <Frames>
4 <!--Base of kinematic chain-->
5 <Frame name="fob_base" base="" a="0" b="0" g="0" x="0" y="0" z="0" />
6
7 <!--helper frame for calibration. This frame is identical as root, but has margin for calibration-->
8 <Frame name="ptu_base_offset" base="fob_base" a="0" b="0" g="0" x="0" y="0" z="0" min_x="-1000" max_x="1000" min_y="-1000" max_y="1000" min_z="-1000" max_z="1000"/>
9
10 <!--real TF from FoBBase (with calibration offset) to PTU-->
11 <Frame name="ptu_base" base="ptu_base_offset" a="0" b="0" g="0" x="923.776+683" y="332+873" z="158.5-549.5-95.0"/>
12 <Frame name="ptu" base="ptu_base" a="0" b="0" g="-45" y="0" x=" 0" z="0 " />
13
14 <!--helper frame for PTU pan input (Variable and data=true)-->
15 <Frame name="ptu_pan" base="ptu" a="0" b="0" g="-([1])" x="0" y="0" z="0" data="true" />
16
17 <!--helper frame for PTU tilt input (Variable and data=true)-->
18 <Frame name="ptu_tilt" base="ptu_pan" a="([2])" b="0" g="0" x="0" y="0" z="0" data="true"/>
19
20 <!--TF from PTU to camera-->
21 <Frame name="camera_left_frame" base="ptu_tilt" a="90" b="0" g="0" x="-70" y="-37" z="-128+95" />
22
23 <!--Datapoint of checkerboard in camera frame (Variables and data=true)-->
24 <Frame name="checkerboard_camera" base="camera_left_frame" x="([10])*1000" y="([11])*1000" z="([12])*1000" data="true" />
25
26 <!--Datapoint of fob tracker in fob_base frame (Variables and data=true)-->
27 <Frame name="tracker_left_raw" base="fob_base" x="([3])*1000" y="([4])*1000" z="([5])*1000" qw="([6])" qx="([7])" qy="([8])" qz="([9])" data="true" />
28
29 <!--Offset from tracker to checkerboard point-->
30 <Frame name="checkerboard_tracker" base="tracker_left_raw" a="0" b="0" g="0" x="0" y="0" z="20" />
31 </Frames>
32
33 <Goal>
34 <!--Match both checkerboard points (they are the same points in real)-->
35 <Position first="checkerboard_camera" second="checkerboard_tracker"/>
36 <Orientation first="checkerboard_camera" second="checkerboard_tracker"/>
37 </Goal>
38 </Data>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.