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

Develop #58

Closed
wants to merge 40 commits into from
Closed

Develop #58

wants to merge 40 commits into from

Conversation

Portnord
Copy link
Contributor

🛠 Proposed Changes:

Move to specific field pose depending on button selections.

📝 Details:

  • [Detail 1]

🔗 Related Issue(s):

BMorozov and others added 30 commits February 8, 2024 20:41
@Portnord Portnord marked this pull request as ready for review May 28, 2024 20:56
errorR = errorR - (2.0 * math.pi)
elif errorR < -math.pi / 2.0:
errorR = errorR + (2.0 * math.pi)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should adjust the rotation error to lie in (-pi, pi] so we don't go around the long way. E.g. an error of 200 degrees should be converted to -20 degrees to make the smallest adjustment possible. This is clipping at 90 degrees (pi/2).

@Portnord Portnord closed this May 28, 2024
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.

Move to Pose
5 participants