-
Notifications
You must be signed in to change notification settings - Fork 8
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
Arm Pathfinding #112
base: main
Are you sure you want to change the base?
Arm Pathfinding #112
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.
Is there any information from where this algorithm comes from? Any math that Alex can provide?
I don't know if it's got a name or anything, but Alex did walk me through it. It's essentially just using a sixth-degree polynomial to connect the starting and ending position for each joint and reaching the maximum velocity halfway through. It's not a pathfinding-specific algorithm or anything. |
Adds automated pathfinding from one arm position to another in the form of a polynomial function of the time elapsed since the robot was in the starting position.