w3c / gamepad

Gamepad
https://w3c.github.io/gamepad/
Other
142 stars 48 forks source link

Units used in the GamepadPose Interface look weird #213

Open mikecat opened 1 month ago

mikecat commented 1 month ago

It looks weird that "meters per second" is used for all of

in the GamepadPose Interface.

It may be better to use these units:

value unit
Linear velocity meters per second
Linear acceleration meters per second per second
Angular velocity radians per second
Angular acceleration radians per second per second