Files
PX4-Autopilot/docs/uk/config_vtol/vtol_back_transition_tuning.md
Hamish Willee 88d623bedb 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>
2025-03-13 16:08:27 +11:00

3.1 KiB

Налаштування зворотного переходу VTOL

Коли VTOL виконує зворотний перехід (перехід з режиму фіксованих крил на багатороторний вертоліт), він повинен сповільнити рух перед тим, як багатороторний вертоліт може прийняти належний контроль. To help with braking, the controller will pitch up the vehicle if the current deceleration is below what is set in expected deceleration (VT_B_DEC_MSS). The response of this deceleration controller can be tuned through a I gain: VT_B_DEC_I. Increasing the I will result in more aggressive pitch-up to achieve the configured deceleration setting.

The vehicle will consider the back-transition complete when the horizontal speed has reached multicopter cruise speed (MPC_XY_CRUISE) or when the back-transition duration (VT_B_TRANS_DUR) has passed (whichever comes first).

Встановлення очікуваного уповільнення

When flying missions that make use of a VTOL_LAND waypoint, the autopilot will attempt to calculate the proper distance at which to initiate the back-transition. Він робить це, розглядаючи поточну швидкість (порівнювальну зі швидкістю на землі) та очікуване сповільнення. To get the vehicle to come out of back-transition very close to its landing point you can tune the expected deceleration (VT_B_DEC_MSS) parameter. Переконайтеся, що ви встановили достатньо великий час зворотного переходу, щоб дозволити транспортному засобу досягнути своєї заданої позиції, перш ніж цей таймаут спрацює.

Тривалість зворотного переходу

Setting a high back-transition time (VT_B_TRANS_DUR) will give the vehicle more time to slow down. Протягом цього періоду VTOL вимкне свій двигун фіксованих крил і повільно підніме свої MC двигуни під час глайдування. Чим довше цей час, тим довше транспортний засіб буде глайдувати в спробі сповільнити рух. Недолік цього поведінки полягає в тому, що транспортний засіб буде контролювати лише висоту, а не позицію, під час цього періоду, тому може відбуватися деяке зміщення.