You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently clicking up/down arrows in GzPose's roll, pitch, yaw spin boxes increments / decrements the value by 1 rad, which is relatively large. Consider reducing it to something smaller, e.g. 0.1.
Alternatives considered
Leave as is.
Implementation suggestion
In GzPose.qml, the same writeable GzSpinBox component is used for setting x, y, z, roll, pitch, and yaw values. We may need to create a different writeable spinbox compoent for roll, pitch, yaw that has a different stepSize
The text was updated successfully, but these errors were encountered:
Desired behavior
Currently clicking up/down arrows in GzPose's roll, pitch, yaw spin boxes increments / decrements the value by 1 rad, which is relatively large. Consider reducing it to something smaller, e.g. 0.1.
Alternatives considered
Leave as is.
Implementation suggestion
In GzPose.qml, the same writeable GzSpinBox component is used for setting x, y, z, roll, pitch, and yaw values. We may need to create a different writeable spinbox compoent for roll, pitch, yaw that has a different stepSize
The text was updated successfully, but these errors were encountered: