Package choreo.trajectory
Class ProjectFile
java.lang.Object
choreo.trajectory.ProjectFile
A representation of a project file aka a .chor.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A collection of expressions representing the distance of the bumpers from the center of the robot.static class
The user configuration of the project.static class
A representation of an expression.static class
An xy pair of expressions. -
Field Summary
Modifier and TypeFieldDescriptionfinal ProjectFile.Config
The configuration of the project.The generation features of the project.final String
The name of the project.final String
The sample type for the projectfinal String
The version of the project. -
Method Summary
-
Field Details
-
name
The name of the project. -
version
The version of the project. -
type
The sample type for the project -
config
The configuration of the project. -
generationFeatures
The generation features of the project.
-