Skip to content

Commit

Permalink
Update z-axis of the vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
NilaySener authored Jan 19, 2023
1 parent b36eb7c commit fff779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golf_vehicle_description/urdf/vehicle.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link name="base_link">
<visual>
<!--<origin xyz="${vehicle_info['/**']['ros__parameters']['wheel_base']/2.0} 0 0" rpy="${pi/2.0} 0 ${pi/2.0}"/>-->
<origin xyz="1.3772 0 0" rpy="${pi/2.0} 0 -${pi/2.0}"/>
<origin xyz="1.3772 0 0.31" rpy="${pi/2.0} 0 -${pi/2.0}"/>
<geometry>
<mesh filename="package://golf_vehicle_description/mesh/golf.fbx" scale="0.01 0.01 0.01"/>
</geometry>
Expand Down

0 comments on commit fff779f

Please sign in to comment.