- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 413
Fixed NPE and improved overall class. #7966
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
Conversation
Requested from @sovdeeth Co-authored-by: sovdee <[email protected]>
| You made this from a branch that wasn't clean. Make a new branch based off dev/patch and make changes there | 
| 
 Due to IRL reasons I won't be able to continue working on this, I apologize for the inconvenience and hope this goes well. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies, just saw recent comment. Hope all is well.
Fixed NullPointerException in ExprYawPitch when resetting the value, improved code structure to use "newer" java features, removed redundant version check.
If unrelated commits are shown in this pr that means I did something wrong and I don't know how to fix it.
Problem
Resetting yaw or pitch causes a NullPointerException
Solution
Null check
Testing Completed
Supporting Information
Completes: none
Related: none