TheLegace

bumblebee2

Feb 28th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.28 KB | None | 0 0
  1.     <property name="M_PI" value="3.1415926535897931" />
  2.     <property name="stereo_dx" value="0.00" />
  3.     <property name="stereo_dy" value="0.06" /> <!-- distance from center for both lenses -->
  4.     <property name="stereo_dz" value="0.00" />
  5.     <property name="stereo_rx" value="0.00" />
  6.     <property name="stereo_ry" value="0.00" />
  7.     <property name="stereo_rz" value="0.00" />
  8.    
  9.     <property name="image_height" value="648" />
  10.     <property name="image_width" value="488" />
  11.     <property name="update_rate" value="48" />
  12.    
  13.    
  14. <!-- Alternate configuration - refer to datasheet
  15.     <property name="image_height" value="1032" />
  16.     <property name="image_width" value="776" />
  17.     <property name="update_rate" value="20" />
  18. -->
  19.    
  20.     <!--*image_width / (2*tan(hfov_radian /2)) -->
  21.     <!-- 2.5 mm with 97° HFOV,  3.8 mm with 66° HFOV,
  22.         6 mm with 43° HFOV-->
  23.     <!-- HFOV - 97° -->
  24.     <property name="focal_length" value="${image_width/2.26058876}" />
  25.     <property name="hfov" value="97" />
  26.    
  27.     <!-- HFOV - 66° -->
  28.     <!--
  29.     <property name="focal_length" value="${image_width/1.29881519" />
  30.     <property name="hfov" value="66" />
  31.     -->
  32.    
  33.     <!-- HFOV - 43° -->
  34.     <!--
  35.     <property name="focal_length" value="${image_width/0.787820951}" />
  36.     <property name="hfov" value="43" />
  37.     -->
  38.    
  39.     <property name="name" value="bumblebee2" />
Advertisement
Add Comment
Please, Sign In to add comment