Skip to content

Commit

Permalink
Fix the steering wheel position (osrf#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Jun 27, 2017
1 parent f570bc7 commit c198710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prius_description/urdf/prius.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@
<inertia ixx="0.14583300" ixy="0.0" ixz="0.0" iyy="0.14583300" iyz="0.0" izz="0.125"/>
</inertial>
<visual>
<origin xyz="0 0 0.1" rpy="1.302101 0 0"/>
<origin xyz="0 0 0" rpy="1.302101 0 0"/>
<geometry>
<mesh filename="package://prius_description/meshes/steering_wheel.obj" scale="0.01 0.01 0.01"/>
</geometry>
</visual>
</link>

<joint name="steering_joint" type="continuous">
<origin xyz="0.44 -0.717609 0.938807" rpy="-0.87 0 0"/>
<origin xyz="0.357734 -0.627868 0.988243" rpy="-1.302101 0 0"/>
<parent link="chassis"/>
<child link="steering_wheel"/>
<axis xyz="0 0 1"/>
Expand Down

0 comments on commit c198710

Please sign in to comment.