Skip to content

Address magic numbers for Autonomous Paths #11

@Koltara

Description

@Koltara

We have several magic numbers present in our autonomous paths (inside PathFollower.java). Let's convert these magic number's into actual named data points.
Ex. (0, 0, 0 degrees) -> (kCenterGoalLineX, kCenterGoalLineY, kCenterGoalLineStartAngle)

Please create a feature branch off of develop, and commit changes there. When work is finished, create the pull request to merge the changes into develop. Do NOT complete the pull request.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions