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

✨ Add to GPS API #630

Merged
merged 10 commits into from
Mar 12, 2024
Merged

✨ Add to GPS API #630

merged 10 commits into from
Mar 12, 2024

Conversation

phinc23
Copy link
Contributor

@phinc23 phinc23 commented Feb 9, 2024

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

@phinc23 phinc23 changed the title Added GPS api. Initial commit tested. ✨ Add to GPS API Feb 9, 2024
Copy link
Member

@WillXuCodes WillXuCodes left a 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.

@purduesigbots purduesigbots deleted a comment from WillXuCodes Feb 10, 2024
@noam987 noam987 requested a review from WillXuCodes February 19, 2024 23:09
noam987
noam987 previously approved these changes Feb 19, 2024
Copy link
Contributor

@noam987 noam987 left a 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.

WillXuCodes
WillXuCodes previously approved these changes Feb 23, 2024
@phinc23 phinc23 dismissed stale reviews from WillXuCodes and noam987 via b2c0db9 March 8, 2024 20:51
@phinc23 phinc23 requested a review from noam987 March 8, 2024 20:52
noam987
noam987 previously approved these changes Mar 8, 2024
Copy link
Contributor

@noam987 noam987 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@phinc23
Copy link
Contributor Author

phinc23 commented Mar 8, 2024

Changed the degree ranges of pitch roll and yaw to correct ranges. Docs changes only.

Copy link
Contributor

@noam987 noam987 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@noam987 noam987 merged commit 4aa077d into develop Mar 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants