New Crowdin translations - uk (#25558)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2025-09-16 08:57:19 +10:00
committed by GitHub
parent 0068fea2f5
commit d42aebe100
136 changed files with 3113 additions and 2676 deletions
+16 -16
View File
@@ -249,14 +249,14 @@ It is enabled by default in many vehicle SDF files: **solo.sdf**, **iris.sdf**,
To enable/disable GPS noise:
1. Build any gazebo target in order to generate SDF files (for all vehicles).
Наприклад:
Наприклад:
```sh
make px4_sitl gazebo-classic_iris
```
```sh
make px4_sitl gazebo-classic_iris
```
:::tip
The SDF files are not overwritten on subsequent builds.
:::tip
The SDF files are not overwritten on subsequent builds.
:::
@@ -264,17 +264,17 @@ To enable/disable GPS noise:
3. Search for the `gpsNoise` element:
```xml
<plugin name='gps_plugin' filename='libgazebo_gps_plugin.so'>
<robotNamespace/>
<gpsNoise>true</gpsNoise>
</plugin>
```
```xml
<plugin name='gps_plugin' filename='libgazebo_gps_plugin.so'>
<robotNamespace/>
<gpsNoise>true</gpsNoise>
</plugin>
```
- If it is present, GPS is enabled.
You can disable it by deleting the line: `<gpsNoise>true</gpsNoise>`
- If it is not present, GPS is disabled.
You can enable it by adding the `gpsNoise` element to the `gps_plugin` section (as shown above).
- If it is present, GPS is enabled.
You can disable it by deleting the line: `<gpsNoise>true</gpsNoise>`
- If it is not present, GPS is disabled.
You can enable it by adding the `gpsNoise` element to the `gps_plugin` section (as shown above).
The next time you build/restart Gazebo Classic it will use the new GPS noise setting.