Skip to content

Commit

Permalink
add head in jsk_fetch.urdf.xacro
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 authored and sktometometo committed Jun 23, 2023
1 parent 9332459 commit 0c26514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/robots/jsk_fetch.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<xacro:arg name="ros_distro" default="melodic" />
<xacro:arg name="base_camera_mount" default="true" />
<xacro:arg name="head_box" default="true" />
<xacro:arg name="head_l515" default="true" />
<xacro:arg name="use_fetch_description" default="false" />

<xacro:if value="$(arg use_fetch_description)">
Expand All @@ -17,4 +18,7 @@
<xacro:if value="$(arg head_box)">
<xacro:include filename="$(find jsk_fetch_startup)/robots/head_box.urdf.xacro" />
</xacro:if>
<xacro:if value="$(arg head_l515)">
<xacro:include filename="$(find jsk_fetch_startup)/robots/head_l515.urdf.xacro" />
</xacro:if>
</robot>

0 comments on commit 0c26514

Please sign in to comment.