forked from Field-Robotics-Lab/dave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding sonobuoy and flight data recorder
- Loading branch information
Showing
13 changed files
with
513 additions
and
2 deletions.
There are no files selected for viewing
115 changes: 115 additions & 0 deletions
115
models/dave_object_models/models/flight_data_recorder/meshes/flight_data_recorder.dae
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+1.89 MB
.../dave_object_models/models/flight_data_recorder/meshes/flight_data_recorder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions
70
.../dave_object_models/models/flight_data_recorder/meshes/flight_data_recorder_collision.dae
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
models/dave_object_models/models/flight_data_recorder/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,16 @@ | ||
<?xml version="1.0"?> | ||
|
||
<model> | ||
<name>flight_data_recorder</name> | ||
<version>1.0</version> | ||
<sdf version='1.6'>model.sdf</sdf> | ||
|
||
<author> | ||
<name>Brian Bingham</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
Flight data recorder | ||
</description> | ||
</model> |
37 changes: 37 additions & 0 deletions
37
models/dave_object_models/models/flight_data_recorder/model.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.6"> | ||
<model name="flight_data_recorder"> | ||
<static>false</static> | ||
<link name="base_link"> | ||
<inertial> | ||
<mass>5</mass> | ||
<inertia> | ||
<ixx>0.2</ixx> | ||
<ixy>0.0</ixy> | ||
<ixz>0.0</ixz> | ||
<iyy>0.2</iyy> | ||
<iyz>0.0</iyz> | ||
<izz>0.2</izz> | ||
</inertia> | ||
</inertial> | ||
<visual name="visual"> | ||
<geometry> | ||
<mesh> | ||
<scale> 2.0 2.0 2.0 </scale> | ||
<uri>file://flight_data_recorder/meshes/flight_data_recorder.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
<collision name="collision"> | ||
|
||
<pose>0 0 0 0 0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<scale> 2.0 2.0 2.0 </scale> | ||
<uri>file://flight_data_recorder/meshes/flight_data_recorder_collision.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
</link> | ||
</model> | ||
</sdf> |
21 changes: 21 additions & 0 deletions
21
models/dave_object_models/models/sonobuoy/inertial_calcs.py
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,21 @@ | ||
''' | ||
iPython script to calculate inertial properties | ||
''' | ||
from math import pi | ||
|
||
# Mass [kg] | ||
m = 230.0 | ||
# Length and dia [m] | ||
l = 2.3 | ||
d = 0.324 | ||
# Volume | ||
v = pi*(d/2)**2*l | ||
|
||
# "mass" in water [kg] | ||
m_water = m - v*1000 | ||
print("Mass in water %f kg"%m_water) | ||
|
||
ixx = 0.5 * m_water * (d/2)**2 | ||
iyy = (0.25 * m_water * (d/2)**2) + (1.0/12.0 * m_water * l**2) | ||
|
||
print("ixx = %f, iyy = izz = %.f"%(ixx,iyy)) |
118 changes: 118 additions & 0 deletions
118
models/dave_object_models/models/sonobuoy/meshes/sonobuoy.dae
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions
70
models/dave_object_models/models/sonobuoy/meshes/sonobuoy_collision.dae
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,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<asset> | ||
<contributor> | ||
<author>Blender User</author> | ||
<authoring_tool>Blender 3.0.0 commit date:2021-12-02, commit time:18:35, hash:f1cca3055776</authoring_tool> | ||
</contributor> | ||
<created>2022-02-11T08:22:12</created> | ||
<modified>2022-02-11T08:22:12</modified> | ||
<unit name="meter" meter="1"/> | ||
<up_axis>Z_UP</up_axis> | ||
</asset> | ||
<library_effects/> | ||
<library_images/> | ||
<library_geometries> | ||
<geometry id="Cylinder_001-mesh" name="Cylinder.001"> | ||
<mesh> | ||
<source id="Cylinder_001-mesh-positions"> | ||
<float_array id="Cylinder_001-mesh-positions-array" count="192">0 0.06521409 -0.4484794 0 0.06521409 0.4615221 0.01272261 0.06396102 -0.4484794 0.01272261 0.06396102 0.4615221 0.02495634 0.06024998 -0.4484794 0.02495634 0.06024998 0.4615221 0.03623104 0.05422353 -0.4484794 0.03623104 0.05422353 0.4615221 0.04611337 0.04611331 -0.4484794 0.04611337 0.04611331 0.4615221 0.05422359 0.03623104 -0.4484794 0.05422359 0.03623104 0.4615221 0.06024998 0.02495634 -0.4484794 0.06024998 0.02495634 0.4615221 0.06396108 0.01272261 -0.4484794 0.06396108 0.01272261 0.4615221 0.06521415 0 -0.4484794 0.06521415 0 0.4615221 0.06396108 -0.01272261 -0.4484794 0.06396108 -0.01272261 0.4615221 0.06024998 -0.02495634 -0.4484794 0.06024998 -0.02495634 0.4615221 0.05422359 -0.03623104 -0.4484794 0.05422359 -0.03623104 0.4615221 0.04611337 -0.04611337 -0.4484794 0.04611337 -0.04611337 0.4615221 0.03623104 -0.05422353 -0.4484794 0.03623104 -0.05422353 0.4615221 0.02495634 -0.06024998 -0.4484794 0.02495634 -0.06024998 0.4615221 0.01272261 -0.06396108 -0.4484794 0.01272261 -0.06396108 0.4615221 0 -0.06521415 -0.4484794 0 -0.06521415 0.4615221 -0.01272261 -0.06396108 -0.4484794 -0.01272261 -0.06396108 0.4615221 -0.02495634 -0.06024998 -0.4484794 -0.02495634 -0.06024998 0.4615221 -0.03623098 -0.05422353 -0.4484794 -0.03623098 -0.05422353 0.4615221 -0.04611331 -0.04611337 -0.4484794 -0.04611331 -0.04611337 0.4615221 -0.05422353 -0.03623104 -0.4484794 -0.05422353 -0.03623104 0.4615221 -0.06024998 -0.02495634 -0.4484794 -0.06024998 -0.02495634 0.4615221 -0.06396102 -0.01272261 -0.4484794 -0.06396102 -0.01272261 0.4615221 -0.06521409 0 -0.4484794 -0.06521409 0 0.4615221 -0.06396102 0.01272261 -0.4484794 -0.06396102 0.01272261 0.4615221 -0.06024998 0.02495634 -0.4484794 -0.06024998 0.02495634 0.4615221 -0.05422353 0.03623098 -0.4484794 -0.05422353 0.03623098 0.4615221 -0.04611331 0.04611331 -0.4484794 -0.04611331 0.04611331 0.4615221 -0.03623098 0.05422353 -0.4484794 -0.03623098 0.05422353 0.4615221 -0.02495634 0.06024998 -0.4484794 -0.02495634 0.06024998 0.4615221 -0.01272261 0.06396102 -0.4484794 -0.01272261 0.06396102 0.4615221</float_array> | ||
<technique_common> | ||
<accessor source="#Cylinder_001-mesh-positions-array" count="64" stride="3"> | ||
<param name="X" type="float"/> | ||
<param name="Y" type="float"/> | ||
<param name="Z" type="float"/> | ||
</accessor> | ||
</technique_common> | ||
</source> | ||
<source id="Cylinder_001-mesh-normals"> | ||
<float_array id="Cylinder_001-mesh-normals-array" count="267">0.09801691 0.9951848 0 0.2902853 0.9569402 0 0.4713954 0.8819221 0 0.6343939 0.77301 0 0.7730101 0.6343937 0 0.8819217 0.4713959 0 0.9569405 0.2902843 0 0.9951848 0.09801703 0 0.9951847 -0.09801769 0 0.9569403 -0.2902848 0 0.8819213 -0.4713969 0 0.7730104 -0.6343934 0 0.6343929 -0.7730108 0 0.4713975 -0.8819209 0 0.2902845 -0.9569404 0 0.09801739 -0.9951848 0 -0.09801751 -0.9951847 0 -0.2902845 -0.9569404 0 -0.4713969 -0.8819212 0 -0.6343935 -0.7730103 0 -0.77301 -0.6343939 0 -0.8819214 -0.4713966 0 -0.9569405 -0.2902842 0 -0.9951847 -0.09801763 0 -0.9951846 0.09801828 0 -0.9569403 0.2902847 0 -0.8819215 0.4713964 0 -0.7730109 0.6343927 0 -0.6343939 0.77301 0 -0.4713962 0.8819216 0 -4.37972e-7 0 1 -0.2902843 0.9569405 0 -0.09801691 0.9951848 0 0 0 -1 0.2902853 0.9569402 0 0.4713956 0.881922 0 0.6343942 0.7730097 0 0.8819213 0.4713969 0 0.9569403 0.2902849 0 0.9951847 0.09801763 0 0.9951848 -0.09801709 0 0.9569405 -0.2902842 0 0.8819217 -0.4713959 0 0.6343932 -0.7730106 0 0.4713972 -0.8819211 0 0.2902845 -0.9569404 0 0.09801745 -0.9951847 0 -0.09801757 -0.9951847 0 -0.2902846 -0.9569405 0 -0.6343941 -0.7730098 0 -0.77301 -0.634394 0 -0.9569404 -0.2902848 0 -0.9951846 -0.09801828 0 -0.9951847 0.09801763 0 -0.9569405 0.2902841 0 -0.8819209 0.4713975 0 -0.7730103 0.6343936 0 -7.3022e-6 0 1 0 0 1 -1.46044e-5 0 1 -1.97253e-5 0 1 -2.92092e-5 0 1 -2.9209e-5 0 1 -1.46044e-5 0 1 3.65117e-6 0 1 1.46045e-5 0 1 -2.92089e-5 0 1 -1.97253e-5 0 1 2.9209e-5 0 1 2.85731e-6 0 1 5.71462e-6 0 1 3.75877e-6 0 1 -2.11472e-6 0 1 4.37972e-7 0 1 -0.2902842 0.9569405 0 -0.09801691 0.9951848 0 1.00559e-5 0 -1 2.92091e-5 0 -1 2.92089e-5 0 -1 -3.94507e-5 0 -1 -1.46045e-5 0 -1 -1.46044e-5 0 -1 1.46045e-5 0 -1 -5.84178e-5 0 -1 1.00559e-5 0 -1 -9.86261e-6 0 -1 5.27961e-6 0 -1 2.8573e-6 0 -1 8.75944e-7 0 -1</float_array> | ||
<technique_common> | ||
<accessor source="#Cylinder_001-mesh-normals-array" count="89" stride="3"> | ||
<param name="X" type="float"/> | ||
<param name="Y" type="float"/> | ||
<param name="Z" type="float"/> | ||
</accessor> | ||
</technique_common> | ||
</source> | ||
<source id="Cylinder_001-mesh-map-0"> | ||
<float_array id="Cylinder_001-mesh-map-0-array" count="744">1 1 0.96875 0.5 1 0.5 0.96875 1 0.9375 0.5 0.96875 0.5 0.9375 1 0.90625 0.5 0.9375 0.5 0.90625 1 0.875 0.5 0.90625 0.5 0.875 1 0.84375 0.5 0.875 0.5 0.84375 1 0.8125 0.5 0.84375 0.5 0.8125 1 0.78125 0.5 0.8125 0.5 0.78125 1 0.75 0.5 0.78125 0.5 0.75 1 0.71875 0.5 0.75 0.5 0.71875 1 0.6875 0.5 0.71875 0.5 0.6875 1 0.65625 0.5 0.6875 0.5 0.65625 1 0.625 0.5 0.65625 0.5 0.625 1 0.59375 0.5 0.625 0.5 0.59375 1 0.5625 0.5 0.59375 0.5 0.5625 1 0.53125 0.5 0.5625 0.5 0.53125 1 0.5 0.5 0.53125 0.5 0.5 1 0.46875 0.5 0.5 0.5 0.46875 1 0.4375 0.5 0.46875 0.5 0.4375 1 0.40625 0.5 0.4375 0.5 0.40625 1 0.375 0.5 0.40625 0.5 0.375 1 0.34375 0.5 0.375 0.5 0.34375 1 0.3125 0.5 0.34375 0.5 0.3125 1 0.28125 0.5 0.3125 0.5 0.28125 1 0.25 0.5 0.28125 0.5 0.25 1 0.21875 0.5 0.25 0.5 0.21875 1 0.1875 0.5 0.21875 0.5 0.1875 1 0.15625 0.5 0.1875 0.5 0.15625 1 0.125 0.5 0.15625 0.5 0.125 1 0.09375 0.5 0.125 0.5 0.09375 1 0.0625 0.5 0.09375 0.5 0.02826893 0.341844 0.1581559 0.02826887 0.4717311 0.1581559 0.0625 1 0.03125 0.5 0.0625 0.5 0.03125 1 0 0.5 0.03125 0.5 0.7968217 0.01461148 0.5146116 0.2031783 0.7031784 0.4853885 1 1 0.96875 1 0.96875 0.5 0.96875 1 0.9375 1 0.9375 0.5 0.9375 1 0.90625 1 0.90625 0.5 0.90625 1 0.875 1 0.875 0.5 0.875 1 0.84375 1 0.84375 0.5 0.84375 1 0.8125 1 0.8125 0.5 0.8125 1 0.78125 1 0.78125 0.5 0.78125 1 0.75 1 0.75 0.5 0.75 1 0.71875 1 0.71875 0.5 0.71875 1 0.6875 1 0.6875 0.5 0.6875 1 0.65625 1 0.65625 0.5 0.65625 1 0.625 1 0.625 0.5 0.625 1 0.59375 1 0.59375 0.5 0.59375 1 0.5625 1 0.5625 0.5 0.5625 1 0.53125 1 0.53125 0.5 0.53125 1 0.5 1 0.5 0.5 0.5 1 0.46875 1 0.46875 0.5 0.46875 1 0.4375 1 0.4375 0.5 0.4375 1 0.40625 1 0.40625 0.5 0.40625 1 0.375 1 0.375 0.5 0.375 1 0.34375 1 0.34375 0.5 0.34375 1 0.3125 1 0.3125 0.5 0.3125 1 0.28125 1 0.28125 0.5 0.28125 1 0.25 1 0.25 0.5 0.25 1 0.21875 1 0.21875 0.5 0.21875 1 0.1875 1 0.1875 0.5 0.1875 1 0.15625 1 0.15625 0.5 0.15625 1 0.125 1 0.125 0.5 0.125 1 0.09375 1 0.09375 0.5 0.09375 1 0.0625 1 0.0625 0.5 0.341844 0.4717311 0.2968217 0.4853885 0.25 0.49 0.25 0.49 0.2031783 0.4853885 0.1581559 0.4717311 0.1581559 0.4717311 0.1166631 0.4495527 0.08029431 0.4197056 0.08029431 0.4197056 0.05044722 0.3833368 0.02826893 0.341844 0.02826893 0.341844 0.01461154 0.2968217 0.02826887 0.1581559 0.01461154 0.2968217 0.00999999 0.25 0.02826887 0.1581559 0.00999999 0.25 0.01461154 0.2031783 0.02826887 0.1581559 0.02826887 0.1581559 0.05044728 0.116663 0.08029437 0.08029437 0.08029437 0.08029437 0.1166631 0.05044728 0.1581559 0.02826887 0.1581559 0.02826887 0.2031783 0.01461148 0.25 0.00999999 0.25 0.00999999 0.2968217 0.01461148 0.1581559 0.02826887 0.2968217 0.01461148 0.341844 0.02826887 0.1581559 0.02826887 0.341844 0.02826887 0.3833369 0.05044728 0.4197056 0.08029437 0.4197056 0.08029437 0.4495527 0.1166631 0.4717311 0.1581559 0.4717311 0.1581559 0.4853885 0.2031783 0.4717311 0.341844 0.4853885 0.2031783 0.49 0.25 0.4717311 0.341844 0.49 0.25 0.4853885 0.2968217 0.4717311 0.341844 0.4717311 0.341844 0.4495527 0.3833369 0.4197056 0.4197056 0.4197056 0.4197056 0.3833369 0.4495527 0.341844 0.4717311 0.341844 0.4717311 0.25 0.49 0.02826893 0.341844 0.25 0.49 0.1581559 0.4717311 0.02826893 0.341844 0.1581559 0.4717311 0.08029431 0.4197056 0.02826893 0.341844 0.02826887 0.1581559 0.08029437 0.08029437 0.02826893 0.341844 0.08029437 0.08029437 0.1581559 0.02826887 0.02826893 0.341844 0.341844 0.02826887 0.4197056 0.08029437 0.1581559 0.02826887 0.4197056 0.08029437 0.4717311 0.1581559 0.1581559 0.02826887 0.4717311 0.341844 0.4197056 0.4197056 0.341844 0.4717311 0.4717311 0.1581559 0.4717311 0.341844 0.341844 0.4717311 0.341844 0.4717311 0.02826893 0.341844 0.4717311 0.1581559 0.0625 1 0.03125 1 0.03125 0.5 0.03125 1 0 1 0 0.5 0.7031784 0.4853885 0.75 0.49 0.7968217 0.4853885 0.7968217 0.4853885 0.841844 0.4717311 0.7031784 0.4853885 0.841844 0.4717311 0.8833369 0.4495527 0.7031784 0.4853885 0.8833369 0.4495527 0.9197056 0.4197056 0.9853885 0.2968217 0.9197056 0.4197056 0.9495527 0.3833369 0.9853885 0.2968217 0.9495527 0.3833369 0.9717311 0.341844 0.9853885 0.2968217 0.9853885 0.2968217 0.99 0.25 0.9853885 0.2031783 0.9853885 0.2031783 0.9717311 0.1581559 0.9853885 0.2968217 0.9717311 0.1581559 0.9495527 0.1166631 0.9853885 0.2968217 0.9495527 0.1166631 0.9197056 0.08029437 0.8833369 0.05044728 0.8833369 0.05044728 0.841844 0.02826887 0.7968217 0.01461148 0.7968217 0.01461148 0.75 0.00999999 0.7031784 0.01461148 0.7031784 0.01461148 0.658156 0.02826887 0.6166631 0.05044728 0.6166631 0.05044728 0.5802944 0.08029437 0.5146116 0.2031783 0.5802944 0.08029437 0.5504474 0.116663 0.5146116 0.2031783 0.5504474 0.116663 0.5282689 0.1581559 0.5146116 0.2031783 0.5146116 0.2031783 0.51 0.25 0.5146116 0.2968217 0.5146116 0.2968217 0.5282689 0.341844 0.5504473 0.3833368 0.5504473 0.3833368 0.5802944 0.4197056 0.7031784 0.4853885 0.5802944 0.4197056 0.6166631 0.4495527 0.7031784 0.4853885 0.6166631 0.4495527 0.658156 0.4717311 0.7031784 0.4853885 0.9495527 0.1166631 0.8833369 0.05044728 0.9853885 0.2968217 0.8833369 0.05044728 0.7968217 0.01461148 0.9853885 0.2968217 0.7968217 0.01461148 0.7031784 0.01461148 0.6166631 0.05044728 0.5146116 0.2031783 0.5146116 0.2968217 0.7031784 0.4853885 0.5146116 0.2968217 0.5504473 0.3833368 0.7031784 0.4853885 0.7031784 0.4853885 0.8833369 0.4495527 0.9853885 0.2968217 0.7968217 0.01461148 0.6166631 0.05044728 0.5146116 0.2031783 0.7031784 0.4853885 0.9853885 0.2968217 0.7968217 0.01461148</float_array> | ||
<technique_common> | ||
<accessor source="#Cylinder_001-mesh-map-0-array" count="372" stride="2"> | ||
<param name="S" type="float"/> | ||
<param name="T" type="float"/> | ||
</accessor> | ||
</technique_common> | ||
</source> | ||
<vertices id="Cylinder_001-mesh-vertices"> | ||
<input semantic="POSITION" source="#Cylinder_001-mesh-positions"/> | ||
</vertices> | ||
<triangles count="124"> | ||
<input semantic="VERTEX" source="#Cylinder_001-mesh-vertices" offset="0"/> | ||
<input semantic="NORMAL" source="#Cylinder_001-mesh-normals" offset="1"/> | ||
<input semantic="TEXCOORD" source="#Cylinder_001-mesh-map-0" offset="2" set="0"/> | ||
<p>1 0 0 2 0 1 0 0 2 3 1 3 4 1 4 2 1 5 5 2 6 6 2 7 4 2 8 7 3 9 8 3 10 6 3 11 9 4 12 10 4 13 8 4 14 11 5 15 12 5 16 10 5 17 13 6 18 14 6 19 12 6 20 15 7 21 16 7 22 14 7 23 17 8 24 18 8 25 16 8 26 19 9 27 20 9 28 18 9 29 21 10 30 22 10 31 20 10 32 23 11 33 24 11 34 22 11 35 25 12 36 26 12 37 24 12 38 27 13 39 28 13 40 26 13 41 29 14 42 30 14 43 28 14 44 31 15 45 32 15 46 30 15 47 33 16 48 34 16 49 32 16 50 35 17 51 36 17 52 34 17 53 37 18 54 38 18 55 36 18 56 39 19 57 40 19 58 38 19 59 41 20 60 42 20 61 40 20 62 43 21 63 44 21 64 42 21 65 45 22 66 46 22 67 44 22 68 47 23 69 48 23 70 46 23 71 49 24 72 50 24 73 48 24 74 51 25 75 52 25 76 50 25 77 53 26 78 54 26 79 52 26 80 55 27 81 56 27 82 54 27 83 57 28 84 58 28 85 56 28 86 59 29 87 60 29 88 58 29 89 53 30 90 37 30 91 21 30 92 61 31 93 62 31 94 60 31 95 63 32 96 0 32 97 62 32 98 30 33 99 46 33 100 62 33 101 1 0 102 3 0 103 2 0 104 3 34 105 5 34 106 4 34 107 5 35 108 7 35 109 6 35 110 7 36 111 9 36 112 8 36 113 9 4 114 11 4 115 10 4 116 11 37 117 13 37 118 12 37 119 13 38 120 15 38 121 14 38 122 15 39 123 17 39 124 16 39 125 17 40 126 19 40 127 18 40 128 19 41 129 21 41 130 20 41 131 21 42 132 23 42 133 22 42 134 23 11 135 25 11 136 24 11 137 25 43 138 27 43 139 26 43 140 27 44 141 29 44 142 28 44 143 29 45 144 31 45 145 30 45 146 31 46 147 33 46 148 32 46 149 33 47 150 35 47 151 34 47 152 35 48 153 37 48 154 36 48 155 37 18 156 39 18 157 38 18 158 39 49 159 41 49 160 40 49 161 41 50 162 43 50 163 42 50 164 43 21 165 45 21 166 44 21 167 45 51 168 47 51 169 46 51 170 47 52 171 49 52 172 48 52 173 49 53 174 51 53 175 50 53 176 51 54 177 53 54 178 52 54 179 53 55 180 55 55 181 54 55 182 55 56 183 57 56 184 56 56 185 57 28 186 59 28 187 58 28 188 59 29 189 61 29 190 60 29 191 5 57 192 3 57 193 1 57 194 1 58 195 63 58 196 61 58 197 61 59 198 59 59 199 57 59 200 57 58 201 55 58 202 53 58 203 53 58 204 51 58 205 45 58 206 51 60 207 49 60 208 45 60 209 49 61 210 47 61 211 45 61 212 45 62 213 43 62 214 41 62 215 41 63 216 39 63 217 37 63 218 37 64 219 35 64 220 33 64 221 33 58 222 31 58 223 37 58 224 31 58 225 29 58 226 37 58 227 29 65 228 27 65 229 25 65 230 25 66 231 23 66 232 21 66 233 21 58 234 19 58 235 13 58 236 19 67 237 17 67 238 13 67 239 17 68 240 15 68 241 13 68 242 13 58 243 11 58 244 9 58 245 9 58 246 7 58 247 5 58 248 5 69 249 1 69 250 53 69 251 1 58 252 61 58 253 53 58 254 61 58 255 57 58 256 53 58 257 45 58 258 41 58 259 53 58 260 41 70 261 37 70 262 53 70 263 29 58 264 25 58 265 37 58 266 25 58 267 21 58 268 37 58 269 13 71 270 9 71 271 5 71 272 21 72 273 13 72 274 5 72 275 5 73 276 53 73 277 21 73 278 61 74 279 63 74 280 62 74 281 63 75 282 1 75 283 0 75 284 62 33 285 0 33 286 2 33 287 2 33 288 4 33 289 62 33 290 4 33 291 6 33 292 62 33 293 6 76 294 8 76 295 14 76 296 8 33 297 10 33 298 14 33 299 10 77 300 12 77 301 14 77 302 14 78 303 16 78 304 18 78 305 18 79 306 20 79 307 14 79 308 20 33 309 22 33 310 14 33 311 22 80 312 24 80 313 26 80 314 26 81 315 28 81 316 30 81 317 30 33 318 32 33 319 34 33 320 34 82 321 36 82 322 38 82 323 38 33 324 40 33 325 46 33 326 40 33 327 42 33 328 46 33 329 42 33 330 44 33 331 46 33 332 46 33 333 48 33 334 50 33 335 50 83 336 52 83 337 54 83 338 54 84 339 56 84 340 62 84 341 56 85 342 58 85 343 62 85 344 58 33 345 60 33 346 62 33 347 22 86 348 26 86 349 14 86 350 26 33 351 30 33 352 14 33 353 30 33 354 34 33 355 38 33 356 46 87 357 50 87 358 62 87 359 50 33 360 54 33 361 62 33 362 62 33 363 6 33 364 14 33 365 30 33 366 38 33 367 46 33 368 62 88 369 14 88 370 30 88 371</p> | ||
</triangles> | ||
</mesh> | ||
</geometry> | ||
</library_geometries> | ||
<library_visual_scenes> | ||
<visual_scene id="Scene" name="Scene"> | ||
<node id="COLLISION-Sonobuoy" name="COLLISION-Sonobuoy" type="NODE"> | ||
<matrix sid="transform">1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1</matrix> | ||
<instance_geometry url="#Cylinder_001-mesh" name="COLLISION-Sonobuoy"/> | ||
</node> | ||
</visual_scene> | ||
</library_visual_scenes> | ||
<scene> | ||
<instance_visual_scene url="#Scene"/> | ||
</scene> | ||
</COLLADA> |
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,16 @@ | ||
<?xml version='1.0'?> | ||
|
||
<model> | ||
<name>sonobuoy</name> | ||
<version>1.0</version> | ||
<sdf version='1.6'>model.sdf</sdf> | ||
|
||
<author> | ||
<name>Brian Bingham</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
Sonobuoy | ||
</description> | ||
</model> |
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,35 @@ | ||
<?xml version="1.0"?> | ||
<sdf version="1.6"> | ||
<model name="sonobuoy"> | ||
<static>false</static> | ||
<link name="base_link"> | ||
<inertial> | ||
<!-- See python script in model folder for calcs --> | ||
<mass>4</mass> | ||
<inertia> | ||
<ixx>0.1</ixx> | ||
<ixy>0.0</ixy> | ||
<ixz>0.0</ixz> | ||
<iyy>2.0</iyy> | ||
<iyz>0.0</iyz> | ||
<izz>2.0</izz> | ||
</inertia> | ||
</inertial> | ||
<visual name="visual"> | ||
<geometry> | ||
<mesh> | ||
<uri>file://sonobuoy/meshes/sonobuoy.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</visual> | ||
<collision name="collision"> | ||
<pose>0 0 0 0 0 0</pose> | ||
<geometry> | ||
<mesh> | ||
<uri>file://sonobuoy/meshes/sonobuoy_collision.dae</uri> | ||
</mesh> | ||
</geometry> | ||
</collision> | ||
</link> | ||
</model> | ||
</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
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