New Crowdin translations - uk (#26552)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-03-05 14:01:38 +11:00
committed by GitHub
parent 62d0620eff
commit 30b6938f5e
471 changed files with 4056 additions and 5665 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ After 10 cycles `publish_vehicle_command()` is called to change to offboard mode
The implementations of the `publish_offboard_control_mode()` and `publish_trajectory_setpoint()` methods are shown below.
These publish the [OffboardControlMode](../msg_docs/OffboardControlMode.md) and [TrajectorySetpoint](../msg_docs/TrajectorySetpoint.md) messages to PX4 (respectively).
The `OffboardControlMode` is required in order to inform PX4 of the _type_ of offboard control behing used.
The `OffboardControlMode` is required in order to inform PX4 of the _type_ of offboard control being used.
Here we're only using _position control_, so the `position` field is set to `true` and all the other fields are set to `false`.
```cpp