mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-27 01:12:18 +08:00
Move PX4 Guide source into /docs (#24490)
* Add vitepress tree * Update existing workflows so they dont trigger on changes in the docs path * Add nojekyll, package.json, LICENCE etc * Add crowdin docs upload/download scripts * Add docs flaw checker workflows * Used docs prefix for docs workflows * Crowdin obvious fixes * ci: docs move to self hosted runner runs on a beefy server for faster builds Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: don't run build action for docs or ci changes Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: update runners Signed-off-by: Ramon Roche <mrpollo@gmail.com> * Add docs/en * Add docs assets and scripts * Fix up editlinks to point to PX4 sources * Download just the translations that are supported * Add translation sources for zh, uk, ko * Update latest tranlsation and uorb graphs * update vitepress to latest --------- Signed-off-by: Ramon Roche <mrpollo@gmail.com> Co-authored-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
138
docs/uk/index.md
Normal file
138
docs/uk/index.md
Normal file
@@ -0,0 +1,138 @@
|
||||
<div style="float:right; padding:10px; margin-right:20px;"><a href="https://px4.io/"><img src="../assets/site/logo_pro_small.png" title="PX4 Logo" width="180px" /></a></div>
|
||||
|
||||
# Посібник користувача автопілота PX4
|
||||
|
||||
[](https://github.com/PX4/PX4-Autopilot/releases) [](https://discuss.px4.io//) [](https://discord.gg/dronecode)
|
||||
|
||||
PX4 is the _Professional Autopilot_.
|
||||
Розроблений розробниками світового класу з дрон індустрії та наукових закладів і активно підтримується спільнотою у світі. Він дозволяє працювати з різними типами безпілотних транспортних засобів від гоночних, вантажних дронів до сухопутних автомобілів та надводних човнів.
|
||||
|
||||
:::tip
|
||||
This guide contains everything you need to assemble, configure, and safely fly a PX4-based vehicle. Хочете зробити внесок? Check out the [Development](development/development.md) section.
|
||||
|
||||
:::
|
||||
|
||||
:::warning
|
||||
This guide is for the _development_ version of PX4 (`main` branch).
|
||||
Use the **Version** selector to find the current _stable_ version.
|
||||
|
||||
Documented changes since the stable release are captured in the evolving [release note](releases/main.md).
|
||||
:::
|
||||
|
||||
## Як почати?
|
||||
|
||||
[Basic Concepts](getting_started/px4_basic_concepts.md) should be read by all users!
|
||||
It provides an overview of PX4, including features provided by the flight stack (flight modes and safety features) and the supported hardware (flight controller, vehicle types, telemetry systems, RC control systems).
|
||||
|
||||
Залежно від того, чого ви хочете досягти, наступні поради допоможуть вам мандрувати по цьому посібнику:
|
||||
|
||||
### I want a vehicle that works with PX4
|
||||
|
||||
In the [Multicopter](frames_multicopter/index.md), [VTOL](frames_vtol/index.md), and [Plane (Fixed-Wing)](frames_plane/index.md) sections you'll find topics like the following (these links are for multicopter):
|
||||
|
||||
- [Complete Vehicles](complete_vehicles_mc/index.md) list "Ready to Fly" (RTF) pre-built vehicles
|
||||
- [Kits](frames_multicopter/kits.md) lists drones that you have to build yourself from a set of preselected parts
|
||||
- [DIY Builds](frames_multicopter/diy_builds.md) shows some examples of drones that have been built using parts that were sourced individually
|
||||
|
||||
Both kits and complete vehicles usually include everything you need except for a battery and RC System.
|
||||
Kits are usually not hard to build, provide a good introduction to how drones fit together, and are relatively inexpensive.
|
||||
We provide generic instructions for assembly, such as [Assembling a Multicopter](assembly/assembly_mc.md), and most kits come with specific instructions too.
|
||||
|
||||
If the kits and complete drones aren't quite right for you then you can build a vehicle from scratch, but this requires more knowledge.
|
||||
[Airframe Builds](airframes/index.md) lists the supported frame starting points to give you some idea of what is possible.
|
||||
|
||||
Once you have a vehicle that supports PX4 you will need to configure it and calibrate the sensors.
|
||||
Each vehicle type has its own configuration section that explains the main steps, such as [Multicopter Configuration/Tuning](config_mc/index.md).
|
||||
|
||||
### I want to add a payload/camera
|
||||
|
||||
The [Payloads](payloads/index.md) section describes how to add a camera and how to configure PX4 to enable you to deliver packages.
|
||||
|
||||
### I am modifying a supported vehicle
|
||||
|
||||
The [Hardware Selection & Setup](hardware/drone_parts.md) section provides both high level and product-specific information about hardware that you might use with PX4 and its configuration.
|
||||
This is the first place you should look if you want to modify a drone and add new components.
|
||||
|
||||
### I want to fly
|
||||
|
||||
Before you fly you should read [Operations](config/operations.md) to understand how to set up the safety features of your vehicle and the common behaviours of all frame types.
|
||||
Once you've done that you're ready to fly.
|
||||
|
||||
Basic instructions for flying each vehicle type are provided in the respective sections, such as [Basic Flying (Multicopter)](flying/basic_flying_mc.md).
|
||||
|
||||
### I want to run PX4 on a new Flight Controller and extend the platform
|
||||
|
||||
The [Development](development/development.md) section explains how to support new airframes and types of vehicles, modify flight algorithms, add new modes, integrate new hardware, communicate with PX4 from outside the flight controller, and contribute to PX4.
|
||||
|
||||
## Отримання допомоги
|
||||
|
||||
The [Support](contribute/support.md) page explains how to get help from the core dev team and the wider community.
|
||||
|
||||
Серед інших речей, які вона покриває:
|
||||
|
||||
- [Forums where you can get help](contribute/support.md#forums-and-chat)
|
||||
- [Diagnosing issues](contribute/support.md#diagnosing-problems)
|
||||
- [How to report bugs](contribute/support.md#issue-bug-reporting)
|
||||
- [Weekly dev call](contribute/support.md#weekly-dev-call)
|
||||
|
||||
## Reporting Bugs & Issues
|
||||
|
||||
If you have any problems using PX4 first post them on the [support forums](contribute/support.md#forums-and-chat) (as they may be caused by vehicle configuration).
|
||||
|
||||
If directed by the development team, code issues may be raised on [Github here](https://github.com/PX4/PX4-Autopilot/issues).
|
||||
Where possible provide [flight logs](getting_started/flight_reporting.md) and other information requested in the issue template.
|
||||
|
||||
## Долучитись до проєкту
|
||||
|
||||
Information on how to contribute to code and documentation can be found in the [Contributing](contribute/index.md) section:
|
||||
|
||||
- [Code](contribute/index.md)
|
||||
- [Documentation](contribute/docs.md)
|
||||
- [Translation](contribute/translation.md)
|
||||
|
||||
## Переклади
|
||||
|
||||
There are several [translations](contribute/translation.md) of this guide.
|
||||
Ви можете отримати доступ до вибору конкретного доступного переклада з меню Мови (вгорі праворуч):
|
||||
|
||||

|
||||
|
||||
<!--@include: _contributors.md-->
|
||||
|
||||
## Ліцензія
|
||||
|
||||
PX4 code is free to use and modify under the terms of the permissive [BSD 3-clause license](https://opensource.org/licenses/BSD-3-Clause).
|
||||
This documentation is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
||||
For more information see: [Licences](contribute/licenses.md).
|
||||
|
||||
## Calendar & Events
|
||||
|
||||
The _Dronecode Calendar_ shows important community events for platform users and developers.
|
||||
Виберіть посилання нижче, щоб відобразити календар у вашому часовому поясі (а також додати його до вашого власного календаря):
|
||||
|
||||
- [Switzerland – Zurich](https://calendar.google.com/calendar/embed?src=linuxfoundation.org_g21tvam24m7pm7jhev01bvlqh8%40group.calendar.google.com\&ctz=Europe%2FZurich)
|
||||
- [Pacific Time – Tijuana](https://calendar.google.com/calendar/embed?src=linuxfoundation.org_g21tvam24m7pm7jhev01bvlqh8%40group.calendar.google.com\&ctz=America%2FTijuana)
|
||||
- [Australia – Melbourne/Sydney/Hobart](https://calendar.google.com/calendar/embed?src=linuxfoundation.org_g21tvam24m7pm7jhev01bvlqh8%40group.calendar.google.com\&ctz=Australia%2FSydney)
|
||||
|
||||
:::tip
|
||||
The calendar default timezone is Central European Time (CET).
|
||||
|
||||
:::
|
||||
|
||||
<iframe src="https://calendar.google.com/calendar/embed?title=Dronecode%20Calendar&mode=WEEK&height=600&wkst=1&bgcolor=%23FFFFFF&src=linuxfoundation.org_g21tvam24m7pm7jhev01bvlqh8%40group.calendar.google.com&color=%23691426&ctz=Europe%2FZurich" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
|
||||
|
||||
### Іконки
|
||||
|
||||
Наступні значки, що використовуються в цій бібліотеці, мають ліцензію окремо (як показано нижче):
|
||||
|
||||
<img src="../assets/site/position_fixed.svg" title="Position fix required (e.g. GPS)" width="30px" /> _placeholder_ icon made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>.
|
||||
|
||||
<img src="../assets/site/automatic_mode.svg" title="Automatic mode" width="30px" /> _camera-automatic-mode_ icon made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>.
|
||||
|
||||
## Управління
|
||||
|
||||
The PX4 flight stack is hosted under the governance of the [Dronecode Project](https://www.dronecode.org/).
|
||||
|
||||
<a href="https://www.dronecode.org/" style="padding:20px" ><img src="https://mavlink.io/assets/site/logo_dronecode.png" alt="Dronecode Logo" width="110px"/></a> <a href="https://www.linuxfoundation.org/projects" style="padding:20px;"><img src="https://mavlink.io/assets/site/logo_linux_foundation.png" alt="Linux Foundation Logo" width="80px" /></a>
|
||||
|
||||
<div style="padding:10px"> </div>
|
||||
Reference in New Issue
Block a user