Skip to content

Commit

Permalink
Merge pull request #41 from ubi-agni/fix-xacro
Browse files Browse the repository at this point in the history
Fix missing xacro namespace prefixes
  • Loading branch information
tonybaltovski authored Aug 27, 2020
2 parents 4f0d12c + 938ee41 commit bd9a73e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flir_ptu_description/urdf/d46.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
effort="${joint_effort}" velocity="${pan_velocity}" />
</joint>

<d46_transmission name="${name}_pan" />
<xacro:d46_transmission name="${name}_pan" />

<!-- The tilt joint -->
<joint name="${name}_tilt" type="revolute">
Expand All @@ -124,7 +124,7 @@
effort="${joint_effort}" velocity="${tilt_velocity}" />
</joint>

<d46_transmission name="${name}_tilt" />
<xacro:d46_transmission name="${name}_tilt" />

<!-- Fixed joint to provide a convenient attachment point for accessories. -->
<joint name="${name}_mount" type="fixed">
Expand Down
2 changes: 1 addition & 1 deletion flir_ptu_description/urdf/example.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- Include and invoke the macro which creates a D46 -->
<xacro:include filename="d46.urdf.xacro" />
<ptu_d46 name="ptu" />
<xacro:ptu_d46 name="ptu" />

<!-- Create a fixed joint to connect the PTU to the rest of the robot -->
<joint name="base_to_ptu_base" type="fixed">
Expand Down

0 comments on commit bd9a73e

Please sign in to comment.