Skip to content

Commit

Permalink
Update collision boxes for KELO bricks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-decoster committed Jul 31, 2024
1 parent 9a9f003 commit 58052e6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
</geometry>
</visual>

<!--TODO: Set the correct collisions -->
<collision>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<box size="0.105 0.154 0.025" />
<box size="0.233 0.233 0.24" />
</geometry>
</collision>
</link>
Expand Down
3 changes: 1 addition & 2 deletions airo_models/mobile_platforms/kelo_robile/urdf/cpu_brick.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
</geometry>
</visual>

<!--TODO: Set the correct collisions -->
<collision>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<box size="0.105 0.154 0.025" />
<box size="0.233 0.233 0.24" />
</geometry>
</collision>
</link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
</geometry>
</visual>

<!--TODO: Set the correct collisions -->
<collision>
<origin xyz="0 0 0.07" rpy="0 0 0"/>
<geometry>
<box size="0.105 0.154 0.025" />
<box size="0.233 0.233 0.24" />
</geometry>
</collision>
</link>
Expand Down

0 comments on commit 58052e6

Please sign in to comment.