Conversation
Please add methods specific to your pure pursuit class
moved to lib
did most of the function to get the start location. just need to find out how to return x and y. also got rid of endPosition parameter, because was not needed in calculations of start location
was finally able to make the method return the location
Created a method for injecting points, put some code in, still needs some work though
just making some changes to point injecter
finished point injecter
created and completed smoother function
created and completed method that finds distance between points
created method to return an array with target velocities for each point
finished rate limiter
finished part 3 of velocities
started to make method to find closest point the robot has not passed. also did some code cleanup
finished closest point method
created method to get lookahead point
created method to find curvature of arc towards look ahead point
created method to find wheel velocities
created method to find power for wheels values. more work needed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pure pursuit group 3. We created a new class and added a constructor to it.