-
Notifications
You must be signed in to change notification settings - Fork 2
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
NOTE vision #15
base: main
Are you sure you want to change the base?
NOTE vision #15
Conversation
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.
|
||
return yaw; | ||
} else { | ||
return 360; |
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.
I don't feel good about 360
here. Are you sure this function is returning degrees or radians? Just to be safe I would return 0
.
My biggest concerns is we should look at the units of all of the angles being used here. Using |
No description provided.