Zum Inhalt springen
Riot-Bits

Riot-Bits

  • Heim
  • Nachricht
  • Führer
  • Videoanleitungen
  • Klebenotizzettel
  • Missbrauch melden
  • Suchformular umschalten

Abheben: FPV-Drohnenrennen – Konfigurationshandbuch für Drohnen-Telemetrie

Veröffentlicht am 02/14/202402/14/2024 Von JuniorDiscart Keine Kommentare zu Abheben: FPV-Drohnenrennen – Konfigurationshandbuch für Drohnen-Telemetrie
  • Titel: Abheben: FPV-Drohnenrennen
  • Veröffentlichungsdatum: September 13, 2018
  • Entwickler: LuGus Studios
  • Herausgeber: LuGus Studios

In Abheben: FPV-Drohnenrennen, you can send drone telemetry data to other places outside the game. This lets you check flights or troubleshoot problems with other programs that work with Liftoff.

This feature in Liftoff: FPV Drone Racing lets you examine flight data and diagnose any problems. Plus, it enables you to interact with external software that connects with Liftoff, enhancing your overall experience.

Who benefits from this?

The Drone Telemetry feature in Liftoff: FPV is geared toward players seeking highly detailed feedback or researchers interested in analyzing drone behavior. It’s not typically used by the average player, but rather by those looking to extract and analyze data for various purposes such as plotting it in other software or training AI models.

Aufstellen

How to enable the Drone Telemetry feature:

Für Windows Benutzer, navigieren Sie zu:

C:\Users\%userprofile%\AppData\LocalLow\LuGus Studios\Liftoff\

Für macos Benutzer, geh zu:

~/Library/Application Support/LuGus Studios/Liftoff/

Für Linux Benutzer, the directory is:

~/.config/unity3d/LuGus Studios/Liftoff/

Once in the appropriate directory, create a new file named TelemetryConfiguration.json. This action will activate the drone telemetry feature.

Please note that as of now, there isn’t a built-in option within Liftoff to enable or adjust this feature. Jedoch, this functionality may be included in a future update.

Telemetry Data Configuration

Configuring the Drone Telemetry data stream involves the TelemetryConfiguration.json file, with two main parameters to adjust:

  1. Data End Point: This parameter, beschriftet „EndPoint,“ specifies where the telemetry data is sent. It’s formatted as an IP endpoint, wie „127.0.0.1:9001,“ where you specify the IP address and port number.
  2. Stream Format: This parameter allows you to select which telemetry data points you want and the order in which they’re sent. Der „StreamFormat“ is a string array defining the sequence. Here are the supported data points and their layouts:
    • Timestamp: Current flight timestamp, reset to zero when the drone is reset.
    • Position: Drone’s world position as a 3D coordinate, with X, Y, and Z components.
    • Attitude: Drone’s world attitude as a quaternion, with components X, Y, Z, und w.
    • Gyro: Drone’s angular velocity rates for pitch, rollen, and yaw.
    • Eingang: Drone’s input at that time, including throttle, gieren, pitch, and roll.

Erinnern, this data stream is only available for drones actively simulated by Liftoff and won’t work for drones being spectated in multiplayer or during replay sessions.

Modifying the Configuration While In-Game

Whenever the drone is reset in Liftoff, the game automatically checks if the telemetry configuration file has been modified. If any changes are detected, Liftoff reloads the configuration without requiring a full restart. This convenient feature allows you to adjust parameters on the fly without interrupting your gameplay experience.

In case there’s an error in the configuration file, Liftoff will notify you with a popup message after the drone reset. Simply correct the error in the file, reset the drone again, and Liftoff will load the updated telemetry configuration seamlessly. This iterative process ensures smooth adjustments and troubleshooting without the need for restarting the game each time.

Example Configurations

Here are some example configurations for the TelemetryConfiguration.json file:

  1. Alles:
    • This configuration sends all telemetry data to a local endpoint.
    • Endpoint: 127.0.0.1:9001
    • Stream Format: Timestamp, Position, Attitude, Gyro, Eingang
    • Total size of each data frame: 60 Bytes
{
  "EndPoint": "127.0.0.1:9001",
  "StreamFormat": [
    "Timestamp",
    "Position",
    "Attitude",
    "Gyro",
    "Eingang"
  ]
}

Horizontal position over time:

  • This configuration sends only the drone’s position in the XZ-plane, along with the timestamp, to a local network endpoint.
  • Endpoint: 192.168.1.6:6808
  • Stream Format: Timestamp, PositionX, PositionZ
  • Total size of each data frame: 12 Bytes
{
  "EndPoint": "192.168.1.6:6808",
  "StreamFormat": [
    "Timestamp",
    "PositionX",
    "PositionZ"
  ]
}

From input to gyroscope:

  • This configuration correlates input axes to the drone’s gyroscope without including a timestamp.
  • Endpoint: 127.0.0.1:9001
  • Stream Format: InputPitch, GyroPitch, InputRoll, GyroRoll, InputYaw, GyroYaw
  • Total size of each data frame: 24 Bytes
{
  "EndPoint": "127.0.0.1:9001",
  "StreamFormat": [
    "InputPitch",
    "GyroPitch",
    "InputRoll",
    "GyroRoll",
    "InputYaw",
    "GyroYaw"
  ]
}

Das ist alles, was wir heute dafür teilen Abheben: FPV-Drohnenrennen Führung. Dieser Leitfaden wurde ursprünglich erstellt und geschrieben von JuniorDiscart. Für den Fall, dass wir diesen Leitfaden nicht aktualisieren können, Sie können das neueste Update finden, indem Sie diesem folgen Verknüpfung.

Wenn Sie der Meinung sind, dass der Inhalt dieser Website Ihre Rechte verletzt, einschließlich Ihrer geistigen Eigentumsrechte, Bitte kontaktieren Sie uns umgehend über unser Kontaktformular.
Führer Stichworte:Abheben: FPV-Drohnenrennen

Beitrags-Navigation

Vorherigen Post: Brotato – Erfolgsleitfaden für Wald und Krypta
Nächster Beitrag: Witchhand – Ultimate Food Recipe Guide

Schreibe einen Kommentar Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

  • Titel: Abheben: FPV-Drohnenrennen
  • Veröffentlichungsdatum: September 13, 2018
  • Entwickler: LuGus Studios
  • Herausgeber: LuGus Studios

Haftungsausschluss

Alle zitierten Inhalte stammen aus den jeweiligen Quellen. Wenn Sie der Meinung sind, dass wir Ihre Inhalte ohne Erlaubnis verwendet haben, Stellen Sie sicher, dass Sie uns erreichen, wir werden es ernst nehmen.
  • Über uns
  • Kontaktiere uns
  • Datenschutz-Bestimmungen
  • Nutzungsbedingungen

Urheberrechte © © 2025 Riot-Bits.

Bereitgestellt von PressBook News WordPress-Theme