Skip to content

Commit

Permalink
Merge pull request #1687 from CPFL/feature/fix_milee_urdf
Browse files Browse the repository at this point in the history
[Fix] Milee urdf origin and scale
  • Loading branch information
aohsato authored Nov 6, 2018
2 parents f8f6919 + bf888ac commit e083805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros/src/.config/model/milee.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<robot name="car">
<link name="base_link">
<visual name="base_visual">
<origin xyz="1 0 0.0" rpy="1.57 0 4.71" />
<origin xyz="1.1 0 0.0" rpy="1.57 0 4.71" />
<geometry>
<mesh filename="package://model_publisher/../../../.config/model/milee.dae" scale="1.0 1.0 1.0"/>
<mesh filename="package://model_publisher/../../../.config/model/milee.dae" scale="1.5 1.5 1.5"/>
</geometry>
</visual>
</link>
Expand Down

0 comments on commit e083805

Please sign in to comment.