-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex4.html
239 lines (213 loc) · 10.9 KB
/
index4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>折返的Liung</title>
<meta name="author" content="liung">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://liung.github.io/favicon.png" rel="icon">
<link href="http://liung.github.io/theme/css/main.css" media="screen, projection"
rel="stylesheet" type="text/css">
<script src="http://liung.github.io/theme/js/modernizr-2.0.js"></script>
<script src="http://liung.github.io/theme/js/ender.js"></script>
<script src="http://liung.github.io/theme/js/octopress.js" type="text/javascript"></script>
<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css">
</head>
<body>
<header role="banner"><hgroup>
<h1><a href="http://liung.github.io/">折返的Liung</a></h1>
<h2>我如溪水,静静流淌在山涧~~我如白云,俯瞰此生今生~~</h2>
</hgroup></header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
</ul>
<form action="//google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:liung.github.io" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/archives.html">目 录</a></li>
<li><a href="http://liung.github.io">主 页</a></li>
</ul></nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title">
<a href="http://liung.github.io/blog/apm/2014-08-29-APM-开发人员参考手册目录列表.html">APM开发人员参考手册目录列表</a>
</h1>
<p class="meta"><time datetime="2014-08-29T17:17:54+08:00" pubdate>Aug 29, 2014</time></p>
</header>
<div class="entry-content">
<p>从现在开始,我打算利用我空闲的时间,针对APM官网上的开发流程进行翻译,翻译不求精准,但求能准确传达要表达的意思即可,非专业译者,水平有限,敬请谅解。并且,还计划展开一系列的专题blog …</p></div>
<footer>
<a rel="full-article" href="http://liung.github.io/blog/apm/2014-08-29-APM-开发人员参考手册目录列表.html">Read On ↵</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title">
<a href="http://liung.github.io/blog/apm/2014-08-29-APM-获取源码.html">APM-如何获取源码</a>
</h1>
<p class="meta"><time datetime="2014-08-29T15:05:30+08:00" pubdate>Aug 29, 2014</time></p>
</header>
<div class="entry-content">
<p>整个APM工程的源码都采用<a href="http://git-scm.com/">git</a>(译者注:一款自由和开源的分布式版本控制系统)进行代码管理,并且托管在<a href="https://github.com/">github</a>网站上。</p>
<p>目前APM的源码以开源的形式托管在<a href="https://github.com/diydrones/ardupilot">https …</a></p></div>
<footer>
<a rel="full-article" href="http://liung.github.io/blog/apm/2014-08-29-APM-获取源码.html">Read On ↵</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title">
<a href="http://liung.github.io/blog/apm/2015-02-08-APM代码库解析.html">APM代码库解析</a>
</h1>
<p class="meta"><time datetime="2014-08-29T15:05:30+08:00" pubdate>Aug 29, 2014</time></p>
</header>
<div class="entry-content"><h3>AP_AHRS</h3>
<p>AHRS(Attitude Heading Reference System,姿态航向参考系统)是APM用来计算飞行器的姿态航向相关库。主要包含了两种方法:1 …</p></div>
<footer>
<a rel="full-article" href="http://liung.github.io/blog/apm/2015-02-08-APM代码库解析.html">Read On ↵</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title">
<a href="http://liung.github.io/blog/qi-ta/home.html">测试,这是我的第一个博客网站</a>
</h1>
<p class="meta"><time datetime="2014-08-29T00:00:00+08:00" pubdate>Aug 29, 2014</time></p>
</header>
<div class="entry-content"><p>Category:Python
Tag: other</p>
<p>这是用来测试的blog。第一次blog搭建过程。</p></div>
</article>
<article>
<header>
<h1 class="entry-title">
<a href="http://liung.github.io/blog/python/2014-08-27-Pelican官方文档阅读笔记.html">Pelican官方文档阅读笔记</a>
</h1>
<p class="meta"><time datetime="2014-08-27T20:13:00+08:00" pubdate>Aug 27, 2014</time></p>
</header>
<div class="entry-content"><hr>
<h3>Articles and pages</h3>
<ul>
<li>
<p>article:一种有时间顺序的文件,诸如博客中的推送,一般都带有明确的日期。</p>
</li>
<li>
<p>page:一般来讲不是一些暂时性的东西,经常用来充当博客中长时间不会改变的内容 …</p></li></ul></div>
<footer>
<a rel="full-article" href="http://liung.github.io/blog/python/2014-08-27-Pelican官方文档阅读笔记.html">Read On ↵</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title">
<a href="http://liung.github.io/blog/python/simple-3d-visualization-in-matplotlib.html">Quaternions and Key Bindings: Simple 3D Visualization in Matplotlib</a>
</h1>
<p class="meta"><time datetime="2012-11-24T11:04:00+08:00" pubdate>Nov 24, 2012</time></p>
</header>
<div class="entry-content"><p>{% notebook 3DCube.ipynb cells[2:] %}</p></div>
</article>
<div class="pagination">
<a class="next" href="http://liung.github.io/index3.html">Newer →</a>
<br />
</div></div>
<aside class="sidebar">
<section>
<img src="http://liung.github.io/images/author_photo.jpg" alt="Liung" width="300"/>
</section>
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="http://liung.github.io/blog/apm/2015-04-01-APM-MissionPlanner的仿真界面.html">MissionPlanner-仿真界面分析</a>
</li>
<li class="post">
<a href="http://liung.github.io/blog/qi-dong/2015-03-24-由压力系数计算升力系数.html">升力系数的计算</a>
</li>
<li class="post">
<a href="http://liung.github.io/blog/apm/2015-02-15-APM-使用命令行界面.html">APM-使用命令行界面</a>
</li>
<li class="post">
<a href="http://liung.github.io/blog/apm/2015-02-14-APM-使用调试终端与APM交互.html">APM-使用调试终端与APM交互</a>
</li>
<li class="post">
<a href="http://liung.github.io/blog/apm/2015-02-14-APM-串口输出.html">APM-串口输出</a>
</li>
</ul>
</section>
<section>
<h1>Categories</h1>
<ul id="recent_posts">
<li><a href="http://liung.github.io/category/apm/index.html">APM</a></li>
<li><a href="http://liung.github.io/category/fei-xing-qi/index.html">飞行器</a></li>
<li><a href="http://liung.github.io/category/python/index.html">Python</a></li>
<li><a href="http://liung.github.io/category/qi-dong/index.html">气动</a></li>
<li><a href="http://liung.github.io/category/qi-ta/index.html">其它</a></li>
</ul>
</section>
<section>
<h1>Tags</h1>
<a href="http://liung.github.io/tag/apm.html">APM</a>, <a href="http://liung.github.io/tag/mp.html">MP</a>, <a href="http://liung.github.io/tag/qi-dong.html">气动</a>, <a href="http://liung.github.io/tag/cli.html">CLI</a>, <a href="http://liung.github.io/tag/terminal.html">Terminal</a>, <a href="http://liung.github.io/tag/serial.html">Serial</a>, <a href="http://liung.github.io/tag/git.html">Git</a>, <a href="http://liung.github.io/tag/github.html">GitHub</a>, <a href="http://liung.github.io/tag/mavlink.html">MAVLink</a>, <a href="http://liung.github.io/tag/mission-planner.html">Mission Planner</a>, <a href="http://liung.github.io/tag/fei-kong-ban.html">飞控板</a>, <a href="http://liung.github.io/tag/ying-jian.html">硬件</a>, <a href="http://liung.github.io/tag/qi-dong-ruan-jian.html">气动软件</a>, <a href="http://liung.github.io/tag/python.html">python</a>, <a href="http://liung.github.io/tag/ipython.html">ipython</a>, <a href="http://liung.github.io/tag/pandas.html">pandas</a>, <a href="http://liung.github.io/tag/numpy.html">Numpy</a>, <a href="http://liung.github.io/tag/apmcopter.html">APM:Copter</a>, <a href="http://liung.github.io/tag/c.html">C++</a>, <a href="http://liung.github.io/tag/bo-ke.html">博客</a> </section>
<section>
<h1>Social</h1>
<ul>
<li><a href="http://www.weibo.com" target="_blank">新浪微博</a></li>
<li><a href="https://github.com/Liung" target="_blank">Github</a></li>
</ul>
</section>
<section>
<h1>Blogroll</h1>
<ul>
<li><a href="http://google.com/" target="_blank">Google</a></li>
<li><a href="http://python.org/" target="_blank">Python.org</a></li>
<li><a href="http://getpelican.com/" target="_blank">Pelican</a></li>
</ul>
</section>
</aside> </div>
</div>
<footer role="contentinfo"><p>
Copyright © 2012-2015 - liung -
<!--
<span class="credit">Powered by <a href="http://getpelican.com">Pelican</a></span>
-->
<span class="credit">一个执拗的完美主义者</a></span>
</p></footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-54228593-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54228593-1');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var disqus_shortname = 'liunggithubio-aerodynamic';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = "//" + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</body>
</html>