Skip to content

Conversation

@CarterDiOrio
Copy link
Contributor

Added general pure pursuit class

that will move the robot in a way that will minimize the error.
"""
def minimize(error: float):
raise NotImplementedError() No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

what is our plan with these unimplemented methods?

Choose a reason for hiding this comment

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

I assumed that there was an implementation in a different branch for this method.

Calculates the euclidean distance between two points
"""

def calculate_distance(point1: Point, point2: Point):
Copy link
Contributor

Choose a reason for hiding this comment

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

could we use an already implemented point class and distance method?

@abadithela
Copy link

Please only merge after the above comments have been addressed.

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.

5 participants