-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignition: add model for X8 plane and quad plane
Supercedes ArduPilot/ardupilot_gazebo#1 Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
- Loading branch information
1 parent
f1bab8a
commit 3c21835
Showing
20 changed files
with
2,589 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+19.6 KB
...tion/models/skywalker_x8/materials/textures/blue_metal/blue_metal_basecolor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.4 KB
Ignition/models/skywalker_x8/materials/textures/blue_metal/blue_metal_metallic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+311 KB
Ignition/models/skywalker_x8/materials/textures/blue_metal/blue_metal_normal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+408 KB
...tion/models/skywalker_x8/materials/textures/blue_metal/blue_metal_roughness.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+48.9 KB
...els/skywalker_x8/materials/textures/metal_graphite/metal_graphite_basecolor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.8 KB
...dels/skywalker_x8/materials/textures/metal_graphite/metal_graphite_metallic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+334 KB
...models/skywalker_x8/materials/textures/metal_graphite/metal_graphite_normal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+53.8 KB
...els/skywalker_x8/materials/textures/metal_graphite/metal_graphite_roughness.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
115 changes: 115 additions & 0 deletions
115
Ignition/models/skywalker_x8/meshes/x8_elevon_right.dae
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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"?> | ||
<model> | ||
<name>Skywalker X8</name> | ||
<version>1.0</version> | ||
<sdf version='1.7'>model.sdf</sdf> | ||
|
||
<author> | ||
<name>Roman Bapst</name> | ||
<email>roman@px4.io</email> | ||
</author> | ||
|
||
<author> | ||
<name>Rhys Mainwaring</name> | ||
<email>rhys.mainwaring@me.com</email> | ||
</author> | ||
|
||
<description> | ||
This is a model of a Skywalker X8 plane with ArduPilot integration. | ||
</description> | ||
</model> |
Oops, something went wrong.