Skip to content

Commit

Permalink
Merge pull request #49 from ipa-nhg/hydro_dev
Browse files Browse the repository at this point in the history
merge cob4
  • Loading branch information
Florian Weisshardt committed Apr 3, 2014
2 parents 1619c3b + 3307b20 commit a57e034
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion cob4-1/calibration/calibration_offset.urdf.xacro
Expand Up @@ -105,5 +105,28 @@
<property name="offset_arm_left_6_ref" value="0.0"/>
<property name="offset_arm_left_7_ref" value="0.0"/>


<!-- cam3d left | handeye calibration | relative to torso_3_link -->
<property name="offset_torso_cam3d_left_x" value="0.0"/>
<property name="offset_torso_cam3d_left_y" value="0.0"/>
<property name="offset_torso_cam3d_left_z" value="0.0"/>
<property name="offset_torso_cam3d_left_roll" value="0.0"/>
<property name="offset_torso_cam3d_left_pitch" value="0.0"/>
<property name="offset_torso_cam3d_left_yaw" value="0.0"/>

<!-- cam3d right | handeye calibration | relative to torso_3_link -->
<property name="offset_torso_cam3d_right_x" value="0.0"/>
<property name="offset_torso_cam3d_right_y" value="0.0"/>
<property name="offset_torso_cam3d_right_z" value="0.0"/>
<property name="offset_torso_cam3d_right_roll" value="0.0"/>
<property name="offset_torso_cam3d_right_pitch" value="0.0"/>
<property name="offset_torso_cam3d_right_yaw" value="0.0"/>

<!-- cam3d down | handeye calibration | relative to torso_3_link -->
<property name="offset_torso_cam3d_down_x" value="0.0"/>
<property name="offset_torso_cam3d_down_y" value="0.0"/>
<property name="offset_torso_cam3d_down_z" value="0.0"/>
<property name="offset_torso_cam3d_down_roll" value="0.0"/>
<property name="offset_torso_cam3d_down_pitch" value="0.0"/>
<property name="offset_torso_cam3d_down_yaw" value="0.0"/>

</robot>

0 comments on commit a57e034

Please sign in to comment.