-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Autumn60 <harada.akiro@gmail.com>
- Loading branch information
Showing
5 changed files
with
93 additions
and
52 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...tion/fourth_robot/fourth_robot_sensor_kit_description/urdf/front_lrf/front_lrf.urdf.xacro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:macro name="front_lrf" params="name parent *joint_origin"> | ||
<link name="${name}_link"> | ||
<visual> | ||
<origin xyz="0 0 0" rpy="0 0 0"/> | ||
<geometry> | ||
<mesh filename="package://fourth_robot_sensor_kit_description/mesh/front_lrf/front_lrf.dae"/> | ||
</geometry> | ||
</visual> | ||
</link> | ||
|
||
<joint name="${name}_joint" type="fixed"> | ||
<xacro:insert_block name="joint_origin"/> | ||
<parent link="${parent}"/> | ||
<child link="${name}_link"/> | ||
</joint> | ||
</xacro:macro> | ||
</robot> |
19 changes: 19 additions & 0 deletions
19
src/description/fourth_robot/fourth_robot_sensor_kit_description/urdf/gim30/gim30.urdf.xacro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:macro name="gim30" params="name parent *joint_origin"> | ||
<link name="${name}_link"> | ||
<visual> | ||
<origin xyz="0 0 0" rpy="0 0 0"/> | ||
<geometry> | ||
<mesh filename="package://fourth_robot_sensor_kit_description/mesh/gim30/gim30.dae"/> | ||
</geometry> | ||
</visual> | ||
</link> | ||
|
||
<joint name="${name}_joint" type="fixed"> | ||
<xacro:insert_block name="joint_origin"/> | ||
<parent link="${parent}"/> | ||
<child link="${name}_link"/> | ||
</joint> | ||
</xacro:macro> | ||
</robot> |
19 changes: 19 additions & 0 deletions
19
src/description/fourth_robot/fourth_robot_sensor_kit_description/urdf/gps/gps.urdf.xacro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:macro name="gps" params="name parent *joint_origin"> | ||
<link name="${name}_link"> | ||
<visual> | ||
<origin xyz="0 0 0" rpy="0 0 0"/> | ||
<geometry> | ||
<mesh filename="package://fourth_robot_sensor_kit_description/mesh/gps/gps.dae"/> | ||
</geometry> | ||
</visual> | ||
</link> | ||
|
||
<joint name="${name}_joint" type="fixed"> | ||
<xacro:insert_block name="joint_origin"/> | ||
<parent link="${parent}"/> | ||
<child link="${name}_link"/> | ||
</joint> | ||
</xacro:macro> | ||
</robot> |
19 changes: 19 additions & 0 deletions
19
...iption/fourth_robot/fourth_robot_sensor_kit_description/urdf/rear_lrf/rear_lrf.urdf.xacro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:macro name="rear_lrf" params="name parent *joint_origin"> | ||
<link name="${name}_link"> | ||
<visual> | ||
<origin xyz="0 0 0" rpy="0 0 0"/> | ||
<geometry> | ||
<mesh filename="package://fourth_robot_sensor_kit_description/mesh/rear_lrf/rear_lrf.dae"/> | ||
</geometry> | ||
</visual> | ||
</link> | ||
|
||
<joint name="${name}_joint" type="fixed"> | ||
<xacro:insert_block name="joint_origin"/> | ||
<parent link="${parent}"/> | ||
<child link="${name}_link"/> | ||
</joint> | ||
</xacro:macro> | ||
</robot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters