mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 12:28:03 +08:00
New paparazzicenter in Python (#1811)
This is the result of a student project to develop a new paparazzi center based on Python/Qt. See http://wiki.paparazziuav.org/wiki/Paparazzi_Center/Evolutions for the main idea and development process. It can be tested by running the main paparazzi launcher with the -python option. I more convenient way might be added later. This PR is mostly a way to not loose this work, and other people are encourage to improve it in many aspects (HMI, functionalities, ...).
This commit is contained in:
committed by
Felix Ruess
parent
1ce9bcfb58
commit
9763a70ca9
@@ -0,0 +1,38 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="icons/penguin_icon.png" alt="Paparazzi UAV icon unreachable..."/>
|
||||
<h1>About Paparazzi UAV :</h1>
|
||||
</header>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Primary documentation, Paparazzi wiki:</p>
|
||||
<p>
|
||||
<a href="https://wiki.paparazziuav.org">https://wiki.paparazziuav.org</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Community-based support, mailing list:</p>
|
||||
<p>
|
||||
<a href="">Contact</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>The Paparazzi auto-generated developer documentation:</p>
|
||||
<p>
|
||||
<a href="http://docs.paparazziuav.org">http://docs.paparazziuav.org</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Paparazzi sourcecode and issue tracker:</p>
|
||||
<p>
|
||||
<a href="https://github.com/paparazzi/paparazzi">https://github.com/paparazzi/paparazzi</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user