Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup cob4-7 #142

Merged
merged 1 commit into from
Oct 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions cob4-7/calibration/calibration_offset.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,38 @@
<xacro:property name="offset_sensorring_pitch" value="0.0"/>
<xacro:property name="offset_sensorring_yaw" value="0.0"/>

<!-- arm right mount positions | relative to torso_3_link -->
<xacro:property name="offset_arm_right_x" value="0.0"/>
<xacro:property name="offset_arm_right_y" value="0.0"/>
<xacro:property name="offset_arm_right_z" value="0.0"/>
<xacro:property name="offset_arm_right_roll" value="0.0"/>
<xacro:property name="offset_arm_right_pitch" value="0.0"/>
<xacro:property name="offset_arm_right_yaw" value="0.0"/>

<!-- arm left mount positions | relative to torso_3_link -->
<xacro:property name="offset_arm_left_x" value="0.0"/>
<xacro:property name="offset_arm_left_y" value="0.0"/>
<xacro:property name="offset_arm_left_z" value="0.0"/>
<xacro:property name="offset_arm_left_roll" value="0.0"/>
<xacro:property name="offset_arm_left_pitch" value="0.0"/>
<xacro:property name="offset_arm_left_yaw" value="0.0"/>

<!-- gripper right mount positions | relative to arm_7_link -->
<xacro:property name="offset_gripper_right_x" value="0.0"/>
<xacro:property name="offset_gripper_right_y" value="0.0"/>
<xacro:property name="offset_gripper_right_z" value="0.0"/>
<xacro:property name="offset_gripper_right_roll" value="0.0"/>
<xacro:property name="offset_gripper_right_pitch" value="0.0"/>
<xacro:property name="offset_gripper_right_yaw" value="0.0"/>

<!-- gripper left mount positions | relative to arm_7_link -->
<xacro:property name="offset_gripper_left_x" value="0.0"/>
<xacro:property name="offset_gripper_left_y" value="0.0"/>
<xacro:property name="offset_gripper_left_z" value="0.0"/>
<xacro:property name="offset_gripper_left_roll" value="0.0"/>
<xacro:property name="offset_gripper_left_pitch" value="0.0"/>
<xacro:property name="offset_gripper_left_yaw" value="0.0"/>

<!-- *********************************** -->
<!-- kinematic chain reference positions -->
<!-- *********************************** -->
Expand Down