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

Equation for chain to use when climbing #97

Closed
1 task done
GalexY727 opened this issue Jan 31, 2024 · 1 comment · Fixed by #98
Closed
1 task done

Equation for chain to use when climbing #97

GalexY727 opened this issue Jan 31, 2024 · 1 comment · Fixed by #98
Assignees
Labels
enhancement New feature or request logic A logic problem or solution

Comments

@GalexY727
Copy link
Member

GalexY727 commented Jan 31, 2024

User Story

If we want to keep the robot stabilized, we might find it useful to see where the chain is relative to the robot so that we can set our climbers to be at an offset with one another to prevent tipping.
The current code has this pseudo logic in place but it only works for three positions on the chain, an equation might make it easier to work with all together
Plus, I already made an equation to represent the chain mathematically (units are in meters)
image
Equation: 3/10x^2+0.725 ; { | x | < 1.3 }

Acceptance Criteria

  • Using the equation, find the closest chain to our robot and see where how high the hooks need to be and what offset to put them at to keep the robot stabilized
    • This could be a command, or could be logic inside of PoseCalculations.java... I'm not sure how it should be structured quite yet.
@GalexY727 GalexY727 added enhancement New feature or request logic A logic problem or solution complicated It's as shrimple as that 🦐 labels Jan 31, 2024
@GalexY727 GalexY727 self-assigned this Jan 31, 2024
@GalexY727 GalexY727 moved this to In progress in Crescendo 2024 Jan 31, 2024
GalexY727 added a commit that referenced this issue Jan 31, 2024
@GalexY727 GalexY727 linked a pull request Jan 31, 2024 that will close this issue
@GalexY727 GalexY727 removed the complicated It's as shrimple as that 🦐 label Jan 31, 2024
@GalexY727
Copy link
Member Author

In my humble opinion this was in fact not complicated

@GalexY727 GalexY727 moved this from In progress to In review in Crescendo 2024 Jan 31, 2024
Jacob1010-h added a commit that referenced this issue Feb 1, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Crescendo 2024 Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request logic A logic problem or solution
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant