Nintendo Switch Pro Controller gyro/accel data
Hi guys,
I'm a beginner with max and I'm trying to make a simple patch that lets me rotate a cube with the gyro data of a nintendo switch 1 pro controller. When I make a gamepad object and open the help file, I find that the controller is already connected and outputting data into max, and that all of the buttons and joysticks are working as they should. The only problem is the gyro data seems to be more like an accelerometer - I can spin the controller very slowly around one axis and keep the data below 1, but if I spin it fast the numbers increase. The data is moving too fast for me to tell if it is exactly the same as the accel data, but in any case it doesn't work to rotate the cube the way I need it to. If this isn't just a me problem, you should be able to see it in the help file of the gamepad object, so I'm not including an original patch here.
I bought the controller used so there might be something messed up about it, but I wanted to check here to see if anybody else has encountered the same problem. I found some stuff online about the gyro and accel data being fused in the switch controller, but I don't understand exactly what that means, or if it's relevant here.
Thank you!
I know nothing about that nintendo, but accel any gyro are 2 different kind of
sensors. gyro measures speed of rotation, not absolute position.
faster you move, higher the output, once you stop moving it drops to theoretical 0 0 0.