Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions hatch_4060/meshes/visual/apriltag.dae
Git LFS file not shown
Binary file added hatch_4060/meshes/visual/apriltag_hatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions hatch_4060/urdf/hatch_4060.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,25 @@
</collision>
</link>

<joint name="${prefix}apriltag_joint" type="fixed">
<parent link="${prefix}hatch_face"/>
<child link="${prefix}apriltag"/>
<origin xyz="-0.07 -1.0 1.1" rpy="0 0 0"/>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did this in my head and it's definitely right.

</joint>

<!-- apriltag -->
<link name="${prefix}apriltag">
<visual>
<origin xyz="0.0 0.0 0.0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://hatch_4060/meshes/visual/apriltag.dae"/>
</geometry>
<material name="${prefix}apriltag_texture">
<texture filename="package://hatch_4060/meshes/visual/apriltag_hatch.png"/>
</material>
</visual>
</link>

<!-- sim latch -->
<xacro:if value="${latch}">
<joint name="${prefix}hatch_outer_frame_to_latch_spring_anchor" type="fixed">
Expand Down
Loading