-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
ed8a3d2
commit 92db199
Showing
18 changed files
with
4,152 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
101 changes: 101 additions & 0 deletions
101
Gazebo/models/minihawk_vtol/meshes/mh5_elevon_right.dae
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
105 changes: 105 additions & 0 deletions
105
Gazebo/models/minihawk_vtol/meshes/mh5_nacelle_left.dae
Large diffs are not rendered by default.
Oops, something went wrong.
101 changes: 101 additions & 0 deletions
101
Gazebo/models/minihawk_vtol/meshes/mh5_nacelle_right.dae
Large diffs are not rendered by default.
Oops, something went wrong.
101 changes: 101 additions & 0 deletions
101
Gazebo/models/minihawk_vtol/meshes/mh5_tilt_mount_left.dae
Large diffs are not rendered by default.
Oops, something went wrong.
101 changes: 101 additions & 0 deletions
101
Gazebo/models/minihawk_vtol/meshes/mh5_tilt_mount_right.dae
Large diffs are not rendered by default.
Oops, something went wrong.
89 changes: 89 additions & 0 deletions
89
Gazebo/models/minihawk_vtol/meshes/prop_triblade_5045_ccw.dae
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
89 changes: 89 additions & 0 deletions
89
Gazebo/models/minihawk_vtol/meshes/prop_triblade_5045_cw.dae
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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,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> |
Oops, something went wrong.