Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Reduce table block size in mock sim (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishalini authored Jun 6, 2023
1 parent 3b68502 commit 3dfcdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/picknik_ur_base_config/description/picknik_ur5e.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@
<visual>
<origin xyz="0 0 0" rpy="0 0 0" />
<geometry>
<mesh filename="package://picknik_accessories/descriptions/furniture/generic_table/wood_block.dae" scale="0.5 0.5 0.1"/>
<mesh filename="package://picknik_accessories/descriptions/furniture/generic_table/wood_block.dae" scale="0.25 0.25 0.1"/>
</geometry>
</visual>
<collision>
<origin rpy="0 0 0" xyz="0 0 0"/>
<geometry>
<mesh filename="package://picknik_accessories/descriptions/furniture/generic_table/wood_block.dae" scale="0.5 0.5 0.1"/>
<mesh filename="package://picknik_accessories/descriptions/furniture/generic_table/wood_block.dae" scale="0.25 0.25 0.1"/>
</geometry>
</collision>
</link>
Expand Down

0 comments on commit 3dfcdf3

Please sign in to comment.