Skip to content

Commit

Permalink
add mirror param yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
senagolcuk committed Feb 15, 2023
1 parent fff779f commit 4e90501
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions golf_vehicle_description/config/mirror.param.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**:
ros__parameters:
min_longitudinal_offset: 0.0
max_longitudinal_offset: 0.0
min_lateral_offset: 0.0
max_lateral_offset: 0.0
min_height_offset: 0.0
max_height_offset: 0.0
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.31" rpy="${pi/2.0} 0 -${pi/2.0}"/>
<origin xyz="1.3772 0 0.0" 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 4e90501

Please sign in to comment.