Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gazebo: add MiniHawk-VTOL #102

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,512 changes: 1,512 additions & 0 deletions Gazebo/config/minihawk_vtol.param

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/mh5_airframe.dae

Large diffs are not rendered by default.

Binary file not shown.
101 changes: 101 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/mh5_elevon_left.dae

Large diffs are not rendered by default.

Binary file not shown.
101 changes: 101 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/mh5_elevon_right.dae

Large diffs are not rendered by default.

Binary file not shown.
105 changes: 105 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/mh5_nacelle_left.dae

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/mh5_nacelle_right.dae

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/mh5_tilt_mount_left.dae

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/mh5_tilt_mount_right.dae

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/prop_triblade_5045_ccw.dae

Large diffs are not rendered by default.

Binary file not shown.
89 changes: 89 additions & 0 deletions Gazebo/models/minihawk_vtol/meshes/prop_triblade_5045_cw.dae

Large diffs are not rendered by default.

Binary file not shown.
22 changes: 22 additions & 0 deletions Gazebo/models/minihawk_vtol/model.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<model>
<name>MiniHawk-VTOL</name>
<version>1.0</version>
<sdf version='1.9'>model.sdf</sdf>

<author>
<name>Steven Carlson</name>
</author>

<author>
<name>Rhys Mainwaring</name>
</author>

<description>
This is a model of Stephen Carlson's MiniHawk-VTOL.
https://github.com/StephenCarlson/MiniHawk-VTOL

triblade prop model
https://grabcad.com/library/tri-blade-5045-propeller-1
</description>
</model>
Loading