TrueOpenVR-Drivers icon indicating copy to clipboard operation
TrueOpenVR-Drivers copied to clipboard

ps move controller position issue in steamvr

Open Stach-0 opened this issue 3 years ago • 3 comments

hello I have a problem with the position of the controllers in steramvr. I use Psmove service for x y z tracking (ping pong ball with led, not original playstation controller) and phone with your for yaw pitch roll controlling app. everything works fine only the controller is far behind me. is it possible to change the position so that it was ahead of me?

already tried pressing "Grip" + "System" for reseting and nothing happens

Regards

Stach-0 avatar Jun 17 '22 14:06 Stach-0

Hi, with the SplitterAdvance plugin, you can make offset coordinates.

SplitterAdvance64.ini

[Controllers]
Position=PSMoveService64.dll
Rotation=PSMoveService64.dll
Buttons=PSMoveService64.dll

[Controller1]
OffsetX=0.0
OffsetY=0.0
OffsetZ=0.0

OffsetYaw=0.0
OffsetPitch=0.0
OffsetRoll=0.0


[Controller2]
OffsetX=0.0
OffsetY=0.0
OffsetZ=0.0

OffsetYaw=0.0
OffsetPitch=0.0
OffsetRoll=0.0

r57zone avatar Jun 17 '22 16:06 r57zone

ok it is in front of me now but the controler is facing towards me and the X and Y axises are switched

https://user-images.githubusercontent.com/67422675/174351204-51885170-30d1-4c7b-aee5-ce6ed95a3bd8.mp4

Stach-0 avatar Jun 17 '22 17:06 Stach-0

Change the offsets of the angles and also change the axes in the Arduino if required.

r57zone avatar Jun 17 '22 19:06 r57zone