-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Created G-man and Bootlegger DAEs * Moved Into Separate Folder * Forgot * Updated paths to point to correct folder, update light emission of bootlegger buoy to be light * Created Separate Folder for Gman * Updated world file, updated emission of GMan Buoy * Replacing several robosub_2022 variables to avoid breaking things --------- Co-authored-by: Cameron Brown <[email protected]>
- Loading branch information
1 parent
9fa5755
commit 276c329
Showing
9 changed files
with
470 additions
and
127 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.05 MB
...simulation/subjugator_gazebo/models/Bootlegger_Poster/02_makeGrade_tommyGun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 115 additions & 0 deletions
115
SubjuGator/simulation/subjugator_gazebo/models/Bootlegger_Poster/Bootlegger_Buoy.dae
Large diffs are not rendered by default.
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
SubjuGator/simulation/subjugator_gazebo/models/Bootlegger_Poster/Bootlegger_Buoy.sdf
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,38 @@ | ||
<sdf version='1.6'> | ||
<model name='Bootlegger_Buoy'> | ||
<static>true</static> | ||
<link name='base_link'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<inertial> | ||
<pose frame=''>-0.845799 0.235134 0.009916 0 -0 0</pose> | ||
<mass>8.45052</mass> | ||
<inertia> | ||
<ixx>0.978466</ixx> | ||
<ixy>0.0388385</ixy> | ||
<ixz>0.0020155</ixz> | ||
<iyy>0.239042</iyy> | ||
<iyz>-0.0222223</iyz> | ||
<izz>1.21612</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name='base_link_collision'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<scale>1 1 1</scale> | ||
<uri>file://Bootlegger_Poster/Bootlegger_Buoy.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
<visual name='base_link_visual'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<scale>1 1 1</scale> | ||
<uri>file://Bootlegger_Poster/Bootlegger_Buoy.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
</link> | ||
</model> | ||
</sdf> |
14 changes: 14 additions & 0 deletions
14
SubjuGator/simulation/subjugator_gazebo/models/Bootlegger_Poster/model.config
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,14 @@ | ||
<model> | ||
<name>BootLegger_Poster</name> | ||
<version>1.0</version> | ||
<sdf version='1.5'>Bootlegger_Buoy.sdf</sdf> | ||
|
||
<author> | ||
<name>Unknown</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
The poster | ||
</description> | ||
</model> |
Binary file added
BIN
+4.39 MB
SubjuGator/simulation/subjugator_gazebo/models/Gman_Poster/02_makeGrade_badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions
38
SubjuGator/simulation/subjugator_gazebo/models/Gman_Poster/G-Man_Buoy.sdf
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,38 @@ | ||
<sdf version='1.6'> | ||
<model name='posters'> | ||
<static>true</static> | ||
<link name='base_link'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<inertial> | ||
<pose frame=''>-0.845799 0.235134 0.009916 0 -0 0</pose> | ||
<mass>8.45052</mass> | ||
<inertia> | ||
<ixx>0.978466</ixx> | ||
<ixy>0.0388385</ixy> | ||
<ixz>0.0020155</ixz> | ||
<iyy>0.239042</iyy> | ||
<iyz>-0.0222223</iyz> | ||
<izz>1.21612</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name='base_link_collision'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<scale>1 1 1</scale> | ||
<uri>file://Gman_Poster/G-man_Buoy.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
<visual name='base_link_visual'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<scale>1 1 1</scale> | ||
<uri>file://Gman_Poster/G-man_Buoy.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
</link> | ||
</model> | ||
</sdf> |
115 changes: 115 additions & 0 deletions
115
SubjuGator/simulation/subjugator_gazebo/models/Gman_Poster/G-man_Buoy.dae
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
SubjuGator/simulation/subjugator_gazebo/models/Gman_Poster/model.config
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,14 @@ | ||
<model> | ||
<name>G-Man_Poster</name> | ||
<version>1.0</version> | ||
<sdf version='1.5'>G-Man_Buoy.sdf</sdf> | ||
|
||
<author> | ||
<name>Unknown</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
The poster | ||
</description> | ||
</model> |
Oops, something went wrong.