-
Notifications
You must be signed in to change notification settings - Fork 76
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
✨ Add to GPS API #630
✨ Add to GPS API #630
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.
Biggest objection is the rotation change. All else is good.
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.
LGTM, but we need to change the DOCS site to reflect these new methods.
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.
LGTM
Changed the degree ranges of pitch roll and yaw to correct ranges. Docs changes only. |
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.
LGTM
Summary:
Added Gps features
get_x_position()
get_y_position()
get_pitch()
get_roll()
get_yaw()
Fixed
get_rotation() // Now returns the angle unbounded (past +/-360) no long returns intial set rotation
Motivation:
More clear api methods and calls for gps utility
References (optional):
link
Test Plan:
Test X and Y position
Test pitch
Test roll
Test yaw
Test get_rotation