1
+ <!DOCTYPE HTML>
2
+ <!--
3
+ Arcana by HTML5 UP
4
+ html5up.net | @ajlkn
5
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
6
+ -->
7
+ < html >
8
+ < head >
9
+ < title > Basic eVTOL- SUAVE Tutorial</ title >
10
+ < meta charset ="utf-8 " />
11
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no " />
12
+ < link rel ="stylesheet " href ="https://suave.stanford.edu/assets/css/main.css " />
13
+ < link href ="https://suave.stanford.edu/assets/css/prism.css " rel ="stylesheet " />
14
+
15
+ <!-- Global site tag (gtag.js) - Google Analytics -->
16
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-132339206-1 "> </ script >
17
+ < script >
18
+ window . dataLayer = window . dataLayer || [ ] ;
19
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
20
+ gtag ( 'js' , new Date ( ) ) ;
21
+
22
+ gtag ( 'config' , 'UA-132339206-1' ) ;
23
+ </ script >
24
+ </ head >
25
+ < body class ="is-preload ">
26
+ < div id ="page-wrapper ">
27
+ <!-- Header -->
28
+ < div id ="header ">
29
+
30
+ <!-- Logo -->
31
+ < a hidden id ="logo "> SUAVE</ a >
32
+
33
+ <!-- Nav -->
34
+ < nav id ="nav ">
35
+ < ul >
36
+ < li > < a href ="https://suave.stanford.edu/index.html "> SUAVE</ a > </ li >
37
+ < li > < a href ="https://suave.stanford.edu/download.html "> Download</ a > </ li >
38
+ < li class ="current "> < a href ="https://suave.stanford.edu/tutorials.html "> Tutorials</ a > </ li >
39
+ < li > < a href ="https://suave.stanford.edu/documentation.html "> Documentation</ a > </ li >
40
+ < li > < a href ="https://suave.stanford.edu/forum.html "> Forum</ a > </ li >
41
+ < li > < a href ="https://suave.stanford.edu/publications.html "> Publications</ a > </ li >
42
+ < li > < a href ="https://github.com/suavecode/SUAVE ">
43
+ < span class ="icon2 icon-github ">
44
+ < img src ="https://suave.stanford.edu/images/github_white.svg ">
45
+ </ span >
46
+ </ a > </ li >
47
+ < li > < a href ="https://ci.appveyor.com/project/planes/suave ">
48
+ < span class ="icon2 icon-appveyor ">
49
+ < img src ="images/appveyor-logo.svg ">
50
+ </ span >
51
+ </ a > </ li >
52
+ < li > < a href ="https://coveralls.io/github/suavecode/SUAVE ">
53
+ < span class ="icon2 icon-coveralls ">
54
+ < img src ="https://suave.stanford.edu/images/coveralls.svg ">
55
+ </ span >
56
+ </ a > </ li >
57
+ </ ul >
58
+ </ nav >
59
+
60
+ </ div >
61
+
62
+
63
+ <!-- Main -->
64
+ < section class ="wrapper style1 ">
65
+ < div class ="container ">
66
+ < div id ="content ">
67
+
68
+ <!-- Content -->
69
+
70
+ < article >
71
+ < header >
72
+ < h2 > Tail-sitter UAV Analysis</ h2 >
73
+ </ header >
74
+
75
+ < p > This video shows one way to setup a small tail-sitter UAV for basic analysis.</ p >
76
+
77
+ < br >
78
+
79
+ < iframe style ="overflow:hidden; " width ="720 " height ="405 " src ="https://www.youtube.com/embed/TdP9NhZPk_Y " title ="SUAVEE General Aviation " frameborder ="0 " allow ="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture " allowfullscreen > </ iframe >
80
+
81
+
82
+ < br >
83
+
84
+ < br >
85
+ </ article >
86
+
87
+ </ div >
88
+ </ div >
89
+ </ section >
90
+
91
+ <!-- Footer -->
92
+ < div id ="footer ">
93
+ < div class ="container ">
94
+ < div class ="row ">
95
+ < section class ="col-3 col-6-narrower col-12-mobilep ">
96
+ < h3 > Download</ h3 >
97
+ < ul class ="links ">
98
+ < li > < a href ="https://suave.stanford.edu/registration.html "> Registration</ a > </ li >
99
+ < li > < a href ="https://github.com/suavecode/SUAVE "> Github Site</ a > </ li >
100
+ </ ul >
101
+ </ section >
102
+ < section class ="col-3 col-6-narrower col-12-mobilep ">
103
+ < h3 > Learn</ h3 >
104
+ < ul class ="links ">
105
+ < li > < a href ="https://suave.stanford.edu/tutorials.html "> Tutorials</ a > </ li >
106
+ < li > < a href ="https://suave.stanford.edu/documentation.html "> Documentation</ a > </ li >
107
+ < li > < a href ="https://suave.stanford.edu/forum.html "> Forum</ a > </ li >
108
+ </ ul >
109
+ </ section >
110
+ < section class ="col-3 col-6-narrower col-12-mobilep ">
111
+ < h3 > External Links</ h3 >
112
+ < ul class ="links ">
113
+ < li > < a href ="http://adl.stanford.edu "> Aerospace Design Lab</ a > </ li >
114
+ < li > < a href ="https://aa.stanford.edu "> Stanford Aero/Astro</ a > </ li >
115
+ < li > < a href ="https://su2code.github.io "> SU2</ a > </ li >
116
+ </ ul >
117
+ </ section >
118
+ </ div >
119
+
120
+ <!-- Copyright -->
121
+ < div class ="copyright ">
122
+ < ul class ="menu ">
123
+ < li > © < script > document . write ( new Date ( ) . getFullYear ( ) ) </ script > Stanford Aerospace Design Lab < br />
124
+ All rights reserved</ li >
125
+ </ ul >
126
+
127
+ </ div >
128
+
129
+ </ div >
130
+
131
+
132
+ </ div >
133
+
134
+ <!-- Scripts -->
135
+ < script src ="assets/js/jquery.min.js "> </ script >
136
+ < script src ="assets/js/jquery.dropotron.min.js "> </ script >
137
+ < script src ="assets/js/browser.min.js "> </ script >
138
+ < script src ="assets/js/breakpoints.min.js "> </ script >
139
+ < script src ="assets/js/util.js "> </ script >
140
+ < script src ="assets/js/main.js "> </ script >
141
+ < script src ="https://suave.stanford.edu/assets/js/prism.js "> </ script >
142
+ </ body >
143
+ </ html >
0 commit comments