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

Route planning - rotation during ReadyToLaunch state shouldn't gimbal lock #53

Closed
jelster opened this issue Jul 17, 2021 · 0 comments · Fixed by #52
Closed

Route planning - rotation during ReadyToLaunch state shouldn't gimbal lock #53

jelster opened this issue Jul 17, 2021 · 0 comments · Fixed by #52
Labels
bug Something isn't working route-planning

Comments

@jelster
Copy link
Owner

jelster commented Jul 17, 2021

Because the mesh.rotationQuaternion is used by the physics engine instead of mesh.rotation (Euler angles), input changes to rotation of the launcher are applied to such. Continuing to rotate past a certain point causes erratic behavior and/or gimbal lock.

Expected behavior:
Rotation of the cargo unit during pre-launch flight planning in either clockwise or counter-clockwise direction should continue rotation through and past 360deg

@jelster jelster added bug Something isn't working route-planning labels Jul 17, 2021
jelster added a commit that referenced this issue Jul 19, 2021
Switch rotation methods for panning right - resolves #53
@jelster jelster linked a pull request Jul 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working route-planning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant