Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config: Tracker Invalid Value in vrconfig.yml #1259

Open
unlogisch04 opened this issue Dec 8, 2024 · 0 comments
Open

Config: Tracker Invalid Value in vrconfig.yml #1259

unlogisch04 opened this issue Dec 8, 2024 · 0 comments
Labels
Area: Server Related to the server Status: Help Wanted Needs some help to make progress Type: Bug Something isn't working

Comments

@unlogisch04
Copy link
Contributor

User reported wrong tracker height. (Tracker below floor)
He did add before the problem occurred new trackers.

To resolve the issue the user had to delete the vrconfig.yml
I did compare then the old and new vonfig and found the following tracker entry:

trackers:
  ? ""
  : customName: null
    designation: null
    hide: false
    adjustment: null
    mountingOrientation: null
    mountingResetOrientation: null
    allowDriftCompensation: false
    shouldHaveMagEnabled: null

A physical tracker should look like this:

  udp://xx:xx:xx:xx:xx:xx/0:
    customName: null
    designation: "body:left_lower_leg"
    hide: false
    adjustment: null
    mountingOrientation:
      x: 0.0
      "y": 1.0
      z: -0.0
      w: -0.0
    mountingResetOrientation: null
    allowDriftCompensation: true
    shouldHaveMagEnabled: true

A virtual ( i think it is at least):

  Chest:
    customName: null
    designation: null
    hide: false
    adjustment: null
    mountingOrientation: null
    mountingResetOrientation: null
    allowDriftCompensation: false
    shouldHaveMagEnabled: null

So it seems that there is a tracker name that makes a invalid vrconfig.yml

@ImUrX ImUrX added Type: Bug Something isn't working Status: Help Wanted Needs some help to make progress Area: Server Related to the server labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Server Related to the server Status: Help Wanted Needs some help to make progress Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants