-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: latercomer <latercomer@qq.com>
- Loading branch information
1 parent
2ce7660
commit a3e8924
Showing
10 changed files
with
57 additions
and
6 deletions.
There are no files selected for viewing
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,3 +1,38 @@ | ||
# 用户手册 | ||
|
||
Nextpilot是一款基于RT-Thread和PX4的国产专业飞控系统。 | ||
NextPilot飞控系统是一款功能丰富、高度扩展、稳定可靠的国产先进自动驾驶仪。能够便捷的应用于教育、研究和工业等领域,让工程师专注于自己的擅长领域(比如嵌入式、控制算法、应用业务)进行高效的开发。 | ||
|
||
!!! note | ||
本手册包含了组装、配置和安全飞行基于 NextPilot 的无人机所需的一切,如果您对贡献项目感兴趣,请查看 [开发指南](../develop/) 部分。 | ||
|
||
## 如何开始 | ||
|
||
### 想使用 NextPilot 进行飞行 | ||
|
||
### 想适配 NextPilot 到新硬件 | ||
|
||
## 获取帮助 | ||
|
||
核心开发团队和社区成员活跃于以下渠道,您可以从以下方式获得帮助。 | ||
|
||
交流论坛:<https://github.com/nextpilot/nextpilot-flight-control/discussions> | ||
|
||
问题反馈:<https://github.com/nextpilot/nextpilot-flight-control/issues> | ||
|
||
提交代码:<https://github.com/nextpilot/nextpilot-flight-control/pulls> | ||
|
||
## 反馈问题 | ||
|
||
如果您在使用 NextPilot 时遇到任何问题,请先在 [Github Discussions](https://github.com/nextpilot/nextpilot-flight-control/discussions) 上发布帖子(因为它们可能是由飞控配置引起的)。 | ||
|
||
根据开发团队指导,如果确定是代码问题则需要在 [Github Issue](https://github.com/nextpilot/nextpilot-flight-control/issues) 上反馈问题。如果可能,请提供[飞行日志](https://logs.px4.io)和其他信息。 | ||
|
||
## 开源许可 | ||
|
||
在 [BSD 3-clause](https://opensource.org/licenses/BSD-3-Clause) 许可证的条款,您可以免费使用和修改 [nextpilot-flight-control](https://github.com/nextpilot/nextpilot-flight-control) 代码,没有任何商业风险。 | ||
|
||
本文档采用 [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) 协议。 | ||
|
||
## 致谢 | ||
|
||
用户手册中,大量借用了 [PX4 用户指南](https://docs.px4.io)中的内容,在此表示感谢。 |