OpenVR-WalkInPlace icon indicating copy to clipboard operation
OpenVR-WalkInPlace copied to clipboard

Character is still moving even after stop swinging controllers

Open CFA44 opened this issue 4 years ago • 2 comments

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!

CFA44 avatar Oct 05 '20 06:10 CFA44

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.

pottedmeat7 avatar Oct 05 '20 17:10 pottedmeat7

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

CFA44 avatar Oct 06 '20 03:10 CFA44