콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환

Liftoff: FPV Drone Racing – Drone Telemetry Configuration Guide

에 게시됨 02/14/202402/14/2024 에 의해 JuniorDiscart 코멘트 없음 ~에 Liftoff: FPV Drone Racing – Drone Telemetry Configuration Guide
  • 제목: Liftoff: FPV Drone Racing
  • 출시일: 구월 13, 2018
  • 개발자: LuGus Studios
  • 발행자: LuGus Studios

~ 안에 Liftoff: FPV Drone Racing, 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. 을 더한, 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.

설정

How to enable the Drone Telemetry feature:

을 위한 윈도우 users, 다음으로 이동:

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

을 위한 macOS users, 가다:

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

을 위한 리눅스 users, 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. 하지만, 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: 이 매개변수, labeled “EndPoint,” specifies where the telemetry data is sent. It’s formatted as an IP endpoint, 좋다 “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. 그만큼 “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.
    • 위치: Drone’s world position as a 3D coordinate, with X, 와이, and Z components.
    • Attitude: Drone’s world attitude as a quaternion, with components X, 와이, 지, and W.
    • Gyro: Drone’s angular velocity rates for pitch, roll, and yaw.
    • 입력: Drone’s input at that time, including throttle, yaw, pitch, and roll.

기억하다, 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. 모든 것:
    • This configuration sends all telemetry data to a local endpoint.
    • Endpoint: 127.0.0.1:9001
    • Stream Format: Timestamp, 위치, Attitude, Gyro, 입력
    • Total size of each data frame: 60 bytes
{
  "EndPoint": "127.0.0.1:9001",
  "StreamFormat": [
    "Timestamp",
    "위치",
    "Attitude",
    "Gyro",
    "입력"
  ]
}

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"
  ]
}

이것이 오늘 우리가 공유하는 모든 것입니다. Liftoff: FPV Drone Racing 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. JuniorDiscart. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:Liftoff: FPV Drone Racing

탐색 후

이전 게시물: 브로타토 – 숲과 미확인 업적 가이드
다음 게시물: WitchHand – Ultimate Food Recipe Guide

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: Liftoff: FPV Drone Racing
  • 출시일: 구월 13, 2018
  • 개발자: LuGus Studios
  • 발행자: LuGus Studios

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마