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

Character is still moving even after stop swinging controllers #74

Open
CFA44 opened this issue Oct 5, 2020 · 2 comments
Open

Character is still moving even after stop swinging controllers #74

CFA44 opened this issue Oct 5, 2020 · 2 comments

Comments

@CFA44
Copy link

CFA44 commented Oct 5, 2020

Hi,
I'm using OVR-WIP with Odyssey+ with swinging two controllers.
My problem is the character is still moving even after stopping swinging controllers and it looks like that the character slides. Please, see the following captured image:

pavlov_wip_test_image

I've installed OVR-WIP v4.32, released 27 Jul.
Also, my OVR-WIP is set as:

  • touchpad
  • by holding trigger
    Other setting are looked as the followings:
    tracked-device
    data
    main
    pace

How can I fix that? Thanks in advance and the cool project!

@pottedmeat7
Copy link
Owner

Looks like when you are recording the data model, you stop swinging your arms between transitions.
Ex:
https://raw.githubusercontent.com/pottedmeat7/OpenVR-WalkInPlace/master/docs/screenshots/hmdSampleEX.png

Even between steps during recording you should just continue to walk in place (or swing arms etc.) to constantly record valid movements. There should be no still breaks in the model.

Also you may need to change the settings in the .ini file for the trackers (or in your case controllers)
(the ini file is at C:\Users\<USERNAME>\AppData\Roaming\pottedmeat7\OpenVRWalkInPlace.ini )
change
walkInPlaceProfiles\<profile_index>\ongoingTRKRSampleSize=8
to something lower, with a smaller number of samples it will make the required sample from the controllers shorter in time.

@CFA44
Copy link
Author

CFA44 commented Oct 6, 2020

Thanks to comment. I have solved my problem.
I had recorded another data model and changed the .ini valuen as ongoingTRKRSampleSize=3 (The original value was 14 as default one)

pavlov_wip_test_image_fix

Now, it gets better motion than previous setting
I think most important setting is don't stop between steps when make data model.
Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants