Skip to content

Commit

Permalink
Updated joint positions and added camera link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar-Ray-code committed Feb 24, 2024
1 parent 846878c commit 76d0a4d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion auto_driver_description/urdf/auto_driver.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<joint name="fake_2_to_3_joint" type="fixed">
<parent link="yaw_link" />
<child link="fake_2_to_3" />
<origin xyz="0 0 0.19" rpy="0 0 0" />
<origin xyz="0 -0.05 0.22" rpy="0 0 0" />
</joint>

<link name="pitch_link">
Expand Down Expand Up @@ -118,6 +118,14 @@
<limit velocity="4.8" effort="1" lower="0.0" upper="2.0" />
</joint>

<link name="camera_link" />

<joint name="pitch_joint_to_camera_link" type="fixed">
<parent link="pitch_link"/>
<child link="camera_link"/>
<origin xyz="-0.06 0.065 -0.08" rpy="0 0 1.57079632679" />
</joint>

</xacro:macro>

</robot>

0 comments on commit 76d0a4d

Please sign in to comment.