-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support for X-52 Stick and Throttle #16
Comments
Since the X-52 HOTAS show up as a single device we need to figure out how to show only the device(s) being used. Check if we can enable the throttle only if axis Z is triggered, and the stick only if axis X/Y is triggered, that way these devices can share USB ID but work independently |
I think it should be work on that way. In the Proxy I receive all inputs, but some diferent as I described above (X-Planet setup). See: In the Visualizer, it remaing waiting for device until I move the Stick or Throttle, after that, the 3D Throttle model shows up and start working. |
Could you test release 0.9.8 and see if both the throttle and joystick works https://github.com/mdjarv/JoystickVisualizer/releases/tag/v0.9.8 |
Tested and worked 100%! Thank you!!! |
Not working for me. Maybe a difference between basic X52 and X52 Pro? X52 Pro USB hardware IDs: https://i.imgur.com/3nzMwQn.png Axes:
|
@brittz @SilverlightPony |
Reading throttle position. Stick is not shown, but I get the feeling that's intentional (or at least a known limitation at present). Now if only you had the correct 3D model. :P Lemme know if you need any more info for improvements. |
Hmm, stick should show if you move it, just like the throttle should show when you move it... just to be clear, you are using both X52 Pro throttle and stick? |
Ah, yup. It's not animating stick-twist tho. |
Yeah, unfortunately adding proper twist movement is quite difficult as it requires a mix of local and global rotations to get right (I've done it once and it took a few more hours than I'd like to admit). Maybe if we get a proper 3D model it would be worth the effort but the Warthog model is a bit too cumbersome to work with in this regard. |
Just wanted to point out there are X-52 Pros which have the PID 0255 - I believe anyone with one of those sticks would not be supported currently? |
X-52 stick and throttle are connected as a single USB device
These are the axis:
See #14 for more details
The text was updated successfully, but these errors were encountered: