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

ps move controller position issue in steamvr #15

Open
Stach-0 opened this issue Jun 17, 2022 · 3 comments
Open

ps move controller position issue in steamvr #15

Stach-0 opened this issue Jun 17, 2022 · 3 comments

Comments

@Stach-0
Copy link

Stach-0 commented Jun 17, 2022

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

@r57zone
Copy link
Member

r57zone commented Jun 17, 2022

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

@Stach-0
Copy link
Author

Stach-0 commented Jun 17, 2022

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

2022-06-17.19-40-28.mp4

@r57zone
Copy link
Member

r57zone commented Jun 17, 2022

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

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