-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making spawn changes and adding double handed cargo (#97)
- Loading branch information
1 parent
dcf6689
commit f6393b6
Showing
9 changed files
with
308 additions
and
236 deletions.
There are no files selected for viewing
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
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
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
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,62 @@ | ||
<?xml version="1.0"?> | ||
<robot name="cargo" xmlns:xacro="http://www.ros.org/wiki/xacro"> | ||
|
||
<link name="body"> | ||
<collision> | ||
<origin xyz="0 0 0" rpy="0 0 0" /> | ||
<geometry> | ||
<mesh filename="package://isaac_description/meshes/half_ctb_02_4.dae" scale="1 1 1"/> | ||
</geometry> | ||
</collision> | ||
<visual> | ||
<origin xyz="0 0 0" rpy="0 0 0" /> | ||
<geometry> | ||
<mesh filename="package://isaac_description/meshes/half_ctb_02_4.dae" scale="1 1 1"/> | ||
</geometry> | ||
</visual> | ||
|
||
<collision> | ||
<origin xyz="0.1 0.21 0" rpy="0 0 1.57" /> | ||
<geometry> | ||
<mesh filename="package://astrobee_handrail_8_5/meshes/handrail_8_5.dae"/> | ||
</geometry> | ||
</collision> | ||
<visual> | ||
<origin xyz="0.1 0.21 0" rpy="0 0 1.57" /> | ||
<geometry> | ||
<mesh filename="package://astrobee_handrail_8_5/meshes/handrail_8_5.dae"/> | ||
</geometry> | ||
</visual> | ||
<collision> | ||
<origin xyz="0.1 -0.21 0" rpy="0 0 -1.57" /> | ||
<geometry> | ||
<mesh filename="package://astrobee_handrail_8_5/meshes/handrail_8_5.dae"/> | ||
</geometry> | ||
</collision> | ||
<visual> | ||
<origin xyz="0.1 -0.21 0" rpy="0 0 -1.57" /> | ||
<geometry> | ||
<mesh filename="package://astrobee_handrail_8_5/meshes/handrail_8_5.dae"/> | ||
</geometry> | ||
</visual> | ||
|
||
<inertial> | ||
<mass value="0.5" /> | ||
<origin xyz="0 0 0" rpy="0 0 0" /> | ||
<inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1" /> | ||
</inertial> | ||
</link> | ||
|
||
<!-- tf publisher --> | ||
<gazebo> | ||
<plugin name="truth_ros" filename="libgazebo_model_plugin_truth.so"> | ||
<rate>62.5</rate> | ||
<parent>world</parent> | ||
<child>body</child> | ||
<tf>true</tf> | ||
<pose>false</pose> | ||
<twist>false</twist> | ||
<static>false</static> | ||
</plugin> | ||
</gazebo> | ||
</robot> |
File renamed without changes.
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
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
Oops, something went wrong.