Skip to content

Commit

Permalink
[heron_description] Added xacro xml namespace prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaltovski committed Sep 17, 2020
1 parent e768534 commit 5bca3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heron_description/urdf/accessories.urdf.xacro
Expand Up @@ -51,7 +51,7 @@
topic="$(optenv HERON_LASER_TOPIC front/scan)"
suffix_ns="$(arg suffix_ns)"/>

<rear_plate type="lidar" suffix_ns="$(arg suffix_ns)" />
<xacro:rear_plate type="lidar" suffix_ns="$(arg suffix_ns)" />

<joint name="$(optenv HERON_LASER_MOUNT front)_laser_mount_joint" type="fixed">
<origin xyz="$(optenv HERON_LASER_OFFSET 0.0575 0 0.0115)"
Expand Down Expand Up @@ -85,7 +85,7 @@
</xacro:if>

<xacro:unless value="$(optenv HERON_LASER 0)">
<rear_plate type="plain" suffix_ns="$(arg suffix_ns)" />
<xacro:rear_plate type="plain" suffix_ns="$(arg suffix_ns)" />
</xacro:unless>


Expand Down

0 comments on commit 5bca3d4

Please sign in to comment.