-
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.
* Added new models for robosub 2024 * added some more models * rough model placement * Fixing axros submodule * updated start gate colors and fixed dock physics * Changed pool from transdec to Woollett * added other lanes and created finals world * Remove su8 from world files * Add course-specific launch files * Added fog and changed buoy texture in Gazebo * fix buoy texture --------- Co-authored-by: Keith Khadar <keithkhadar@gmail.com> Co-authored-by: Cameron Brown <me@cbrxyz.com>
- Loading branch information
1 parent
18e01d5
commit a55a561
Showing
143 changed files
with
6,856 additions
and
8 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
20 changes: 20 additions & 0 deletions
20
SubjuGator/command/subjugator_launch/launch/simulated_tasks/course_a.launch
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<arg name="gui" default="false" /> | ||
<arg name="simulate_cams" default="true" /> | ||
<arg name="sub" default="sub8" /> | ||
<arg name="spawn_x" value="-23"/> | ||
<arg name="spawn_y" value="9"/> | ||
<arg name="spawn_z" value="0"/> | ||
<arg name="spawn_yaw_rad" value="-1.57"/> | ||
|
||
<include file="$(find subjugator_launch)/launch/gazebo.launch"> | ||
<arg name="gui" value="$(arg gui)" /> | ||
<arg name="simulate_cams" value="$(arg simulate_cams)" /> | ||
<arg name="sub" value="$(arg sub)"/> | ||
<arg name="spawn_x" value="$(arg spawn_x)"/> | ||
<arg name="spawn_y" value="$(arg spawn_y)"/> | ||
<arg name="spawn_z" value="$(arg spawn_z)"/> | ||
<arg name="spawn_yaw_rad" value="$(arg spawn_yaw_rad)"/> | ||
</include> | ||
</launch> |
20 changes: 20 additions & 0 deletions
20
SubjuGator/command/subjugator_launch/launch/simulated_tasks/course_b.launch
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<arg name="gui" default="false" /> | ||
<arg name="simulate_cams" default="true" /> | ||
<arg name="sub" default="sub8" /> | ||
<arg name="spawn_x" value="-6"/> | ||
<arg name="spawn_y" value="-9"/> | ||
<arg name="spawn_z" value="0"/> | ||
<arg name="spawn_yaw_rad" value="1.57"/> | ||
|
||
<include file="$(find subjugator_launch)/launch/gazebo.launch"> | ||
<arg name="gui" value="$(arg gui)" /> | ||
<arg name="simulate_cams" value="$(arg simulate_cams)" /> | ||
<arg name="sub" value="$(arg sub)"/> | ||
<arg name="spawn_x" value="$(arg spawn_x)"/> | ||
<arg name="spawn_y" value="$(arg spawn_y)"/> | ||
<arg name="spawn_z" value="$(arg spawn_z)"/> | ||
<arg name="spawn_yaw_rad" value="$(arg spawn_yaw_rad)"/> | ||
</include> | ||
</launch> |
20 changes: 20 additions & 0 deletions
20
SubjuGator/command/subjugator_launch/launch/simulated_tasks/course_c.launch
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<arg name="gui" default="false" /> | ||
<arg name="simulate_cams" default="true" /> | ||
<arg name="sub" default="sub8" /> | ||
<arg name="spawn_x" value="10"/> | ||
<arg name="spawn_y" value="9"/> | ||
<arg name="spawn_z" value="0"/> | ||
<arg name="spawn_yaw_rad" value="-1.57"/> | ||
|
||
<include file="$(find subjugator_launch)/launch/gazebo.launch"> | ||
<arg name="gui" value="$(arg gui)" /> | ||
<arg name="simulate_cams" value="$(arg simulate_cams)" /> | ||
<arg name="sub" value="$(arg sub)"/> | ||
<arg name="spawn_x" value="$(arg spawn_x)"/> | ||
<arg name="spawn_y" value="$(arg spawn_y)"/> | ||
<arg name="spawn_z" value="$(arg spawn_z)"/> | ||
<arg name="spawn_yaw_rad" value="$(arg spawn_yaw_rad)"/> | ||
</include> | ||
</launch> |
20 changes: 20 additions & 0 deletions
20
SubjuGator/command/subjugator_launch/launch/simulated_tasks/course_d.launch
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<arg name="gui" default="false" /> | ||
<arg name="simulate_cams" default="true" /> | ||
<arg name="sub" default="sub8" /> | ||
<arg name="spawn_x" value="22"/> | ||
<arg name="spawn_y" value="-9"/> | ||
<arg name="spawn_z" value="0"/> | ||
<arg name="spawn_yaw_rad" value="1.57"/> | ||
|
||
<include file="$(find subjugator_launch)/launch/gazebo.launch"> | ||
<arg name="gui" value="$(arg gui)" /> | ||
<arg name="simulate_cams" value="$(arg simulate_cams)" /> | ||
<arg name="sub" value="$(arg sub)"/> | ||
<arg name="spawn_x" value="$(arg spawn_x)"/> | ||
<arg name="spawn_y" value="$(arg spawn_y)"/> | ||
<arg name="spawn_z" value="$(arg spawn_z)"/> | ||
<arg name="spawn_yaw_rad" value="$(arg spawn_yaw_rad)"/> | ||
</include> | ||
</launch> |
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
Binary file added
BIN
+3.24 KB
SubjuGator/simulation/subjugator_gazebo/models/bin_2024/03_OceanTemp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 144 additions & 0 deletions
144
SubjuGator/simulation/subjugator_gazebo/models/bin_2024/bin.dae
Large diffs are not rendered by default.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
SubjuGator/simulation/subjugator_gazebo/models/bin_2024/bin.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,37 @@ | ||
<?xml version="1.0"?> | ||
<sdf version='1.7'> | ||
<model name='bin_2024'> | ||
<static>true</static> | ||
<link name='base_link'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<inertial> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<mass>1</mass> | ||
<inertia> | ||
<ixx>0.166667</ixx> | ||
<ixy>0</ixy> | ||
<ixz>0</ixz> | ||
<iyy>0.166667</iyy> | ||
<iyz>0</iyz> | ||
<izz>0.166667</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name='base_link_collision'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://bin_2024/bin.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
<visual name='base_link_visual'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://bin_2024/bin.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
</link> | ||
</model> | ||
</sdf> |
13 changes: 13 additions & 0 deletions
13
SubjuGator/simulation/subjugator_gazebo/models/bin_2024/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,13 @@ | ||
<model> | ||
<name>Bin 2024</name> | ||
<version>1.0</version> | ||
<sdf version='1.0'>bin.sdf</sdf> | ||
|
||
<author> | ||
<name>Keith Khadar</name> | ||
</author> | ||
|
||
<description> | ||
This is the model for Task 03 Ocean Temperature for RoboSub 2024. | ||
</description> | ||
</model> |
118 changes: 118 additions & 0 deletions
118
SubjuGator/simulation/subjugator_gazebo/models/buoy_2024/buoy.dae
Large diffs are not rendered by default.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
SubjuGator/simulation/subjugator_gazebo/models/buoy_2024/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,37 @@ | ||
<?xml version="1.0"?> | ||
<sdf version='1.7'> | ||
<model name='buoy_2024'> | ||
<static>true</static> | ||
<link name='base_link'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<inertial> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<mass>1</mass> | ||
<inertia> | ||
<ixx>0.166667</ixx> | ||
<ixy>0</ixy> | ||
<ixz>0</ixz> | ||
<iyy>0.166667</iyy> | ||
<iyz>0</iyz> | ||
<izz>0.166667</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name='base_link_collision'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://buoy_2024/buoy.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
<visual name='base_link_visual'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://buoy_2024/buoy.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
</link> | ||
</model> | ||
</sdf> |
13 changes: 13 additions & 0 deletions
13
SubjuGator/simulation/subjugator_gazebo/models/buoy_2024/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,13 @@ | ||
<model> | ||
<name>Buoy 2024</name> | ||
<version>1.0</version> | ||
<sdf version='1.0'>buoy.sdf</sdf> | ||
|
||
<author> | ||
<name>Keith Khadar</name> | ||
</author> | ||
|
||
<description> | ||
This is the model for Task 02 Hydrothermal Vent for RoboSub 2024. | ||
</description> | ||
</model> |
Binary file added
BIN
+502 KB
...Gator/simulation/subjugator_gazebo/models/buoy_2024/polyform_A0_red.png.001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
337 changes: 337 additions & 0 deletions
337
SubjuGator/simulation/subjugator_gazebo/models/collection_table_2024/collection_table.dae
Large diffs are not rendered by default.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
SubjuGator/simulation/subjugator_gazebo/models/collection_table_2024/collection_table.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,37 @@ | ||
<?xml version="1.0"?> | ||
<sdf version='1.7'> | ||
<model name='collection_table_2024'> | ||
<static>true</static> | ||
<link name='base_link'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<inertial> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<mass>1</mass> | ||
<inertia> | ||
<ixx>0.166667</ixx> | ||
<ixy>0</ixy> | ||
<ixz>0</ixz> | ||
<iyy>0.166667</iyy> | ||
<iyz>0</iyz> | ||
<izz>0.166667</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name='base_link_collision'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://collection_table_2024/collection_table.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
<visual name='base_link_visual'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://collection_table_2024/collection_table.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
</link> | ||
</model> | ||
</sdf> |
13 changes: 13 additions & 0 deletions
13
SubjuGator/simulation/subjugator_gazebo/models/collection_table_2024/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,13 @@ | ||
<model> | ||
<name>Collection Table 2024</name> | ||
<version>1.0</version> | ||
<sdf version='1.0'>collection_table.sdf</sdf> | ||
|
||
<author> | ||
<name>Keith Khadar</name> | ||
</author> | ||
|
||
<description> | ||
This is the model for Task 05 Collect Samples for RoboSub 2024. | ||
</description> | ||
</model> |
101 changes: 101 additions & 0 deletions
101
SubjuGator/simulation/subjugator_gazebo/models/coral_2024/coral.dae
Large diffs are not rendered by default.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
SubjuGator/simulation/subjugator_gazebo/models/coral_2024/coral.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,37 @@ | ||
<?xml version="1.0"?> | ||
<sdf version='1.7'> | ||
<model name='coral_2024'> | ||
<static>true</static> | ||
<link name='base_link'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<inertial> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<mass>1</mass> | ||
<inertia> | ||
<ixx>0.166667</ixx> | ||
<ixy>0</ixy> | ||
<ixz>0</ixz> | ||
<iyy>0.166667</iyy> | ||
<iyz>0</iyz> | ||
<izz>0.166667</izz> | ||
</inertia> | ||
</inertial> | ||
<collision name='base_link_collision'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://coral_2024/coral.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
<visual name='base_link_visual'> | ||
<pose frame=''>0 0 0 0 -0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://coral_2024/coral.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
</link> | ||
</model> | ||
</sdf> |
13 changes: 13 additions & 0 deletions
13
SubjuGator/simulation/subjugator_gazebo/models/coral_2024/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,13 @@ | ||
<model> | ||
<name>Coral 2024</name> | ||
<version>1.0</version> | ||
<sdf version='1.0'>coral.sdf</sdf> | ||
|
||
<author> | ||
<name>Keith Khadar</name> | ||
</author> | ||
|
||
<description> | ||
This is the model for Task 05 Collect Samples for RoboSub 2024. | ||
</description> | ||
</model> |
11 changes: 11 additions & 0 deletions
11
SubjuGator/simulation/subjugator_gazebo/models/dock_2024/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,11 @@ | ||
<?xml version="1.0" ?> | ||
<model> | ||
<name>dock_2024</name> | ||
<version>1.0</version> | ||
<sdf version="1.7">model.sdf</sdf> | ||
<author> | ||
<name></name> | ||
<email></email> | ||
</author> | ||
<description></description> | ||
</model> |
Oops, something went wrong.