Skip to content

Commit

Permalink
Gazebo: add MiniHawk-VTOL model
Browse files Browse the repository at this point in the history
MiniHawk-VTOL: initial model file and example world

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: add mesh files, joint plugins and adjust joints and CoMs

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: update world plugins and model orientation

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: fix elevon collisions and tilt mount joint limits and configure ardupilot

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: initial parameters (pre-tune)

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: reorient prop meshes and configure prop lift-drag

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: centre tilt mount meshes on CoG and add bi-blade params for lift-drag

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: switch to tri-blade props after moving cp to blade tips

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: update params after running Quick VTOL tune script

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: add initial estimates for lift-drag params on lifting surfaces

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: increase prop thrust, autotune qvtol and fbwa

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: remove debug visuals

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: adjust params

Signed-off-by: Rhys Mainwaring <[email protected]>

MiniHawk-VTOL: rename param file

Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Oct 21, 2023
1 parent ed8a3d2 commit 92db199
Show file tree
Hide file tree
Showing 18 changed files with 4,152 additions and 0 deletions.
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

0 comments on commit 92db199

Please sign in to comment.