-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding coe to repo to make sure that everything is public before buil…
…d season
- Loading branch information
Showing
16 changed files
with
546 additions
and
186 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/KinematicsTester$InvalidAccelerationException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/KinematicsTester$InvalidFinalPosition.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/KinematicsTester$InvalidJerkException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...kspace/MotionProfiling/bin/KinematicsTester$InvalidNextVelocityFromLastAcceleration.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/KinematicsTester$InvalidTrajectoryLogic.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/KinematicsTester$InvalidVelocityException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/KinematicsTester$NaNException.class
Binary file not shown.
Binary file modified
BIN
+258 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/KinematicsTester.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/kinematics/KinematicsSimpler$BeforeWhatTime.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
eclipse-workspace/MotionProfiling/bin/kinematics/KinematicsSimpler$Point.class
Binary file not shown.
Binary file modified
BIN
+2.43 KB
(110%)
eclipse-workspace/MotionProfiling/bin/kinematics/KinematicsSimpler.class
Binary file not shown.
This file contains 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
216 changes: 119 additions & 97 deletions
216
eclipse-workspace/MotionProfiling/src/KinematicsTester.java
Large diffs are not rendered by default.
Oops, something went wrong.
377 changes: 290 additions & 87 deletions
377
eclipse-workspace/MotionProfiling/src/kinematics/KinematicsSimpler.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
Version 2.0 | ||
|
||
--- | ||
Children: | ||
- Children: | ||
- Children: | ||
- Children: [] | ||
Properties: | ||
CAN ID: !!robotbuilder.data.properties.ChoicesProperty | ||
choices: &id001 ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', | ||
'11', '12', '13', '14', '15', '16', '17', '18', '19', '20'] | ||
default: '2' | ||
name: CAN ID | ||
validators: &id002 [CANID] | ||
value: '1' | ||
Base: CAN Talon | ||
Name: FrontLeft | ||
- Children: [] | ||
Properties: | ||
CAN ID: !!robotbuilder.data.properties.ChoicesProperty | ||
choices: *id001 | ||
default: '2' | ||
name: CAN ID | ||
validators: *id002 | ||
value: '2' | ||
Base: CAN Talon | ||
Name: FrontRight | ||
- Children: [] | ||
Properties: | ||
CAN ID: !!robotbuilder.data.properties.ChoicesProperty | ||
choices: *id001 | ||
default: '2' | ||
name: CAN ID | ||
validators: *id002 | ||
value: '3' | ||
Base: CAN Talon | ||
Name: BackLeft | ||
- Children: [] | ||
Properties: | ||
CAN ID: !!robotbuilder.data.properties.ChoicesProperty | ||
choices: *id001 | ||
default: '2' | ||
name: CAN ID | ||
validators: *id002 | ||
value: '4' | ||
Base: CAN Talon | ||
Name: BackRight | ||
Properties: | ||
Default command parameters: !!robotbuilder.data.properties.ParametersProperty | ||
default: [] | ||
name: Default command parameters | ||
validators: null | ||
value: [] | ||
Default Command: !!robotbuilder.data.properties.TypeSelectionProperty {default: None, | ||
name: Default Command, type: Command, validators: null, value: None} | ||
Constants: !!robotbuilder.data.properties.ConstantsProperty | ||
default: [] | ||
name: Constants | ||
validators: null | ||
value: [] | ||
Base: Subsystem | ||
Name: DriveTrain | ||
Properties: {} | ||
Base: Subsystems | ||
Name: Subsystems | ||
- Children: [] | ||
Properties: {} | ||
Base: OI | ||
Name: Operator Interface | ||
- Children: | ||
- Children: [] | ||
Properties: | ||
Parameters: !!robotbuilder.data.properties.ParametersProperty | ||
default: [] | ||
name: Parameters | ||
validators: null | ||
value: [] | ||
Requires: !!robotbuilder.data.properties.TypeSelectionProperty {default: None, | ||
name: Requires, type: Subsystem, validators: null, value: None} | ||
Parameter presets: !!robotbuilder.data.properties.ParameterSetProperty | ||
default: [] | ||
name: Parameter presets | ||
validators: null | ||
value: [] | ||
Button on SmartDashboard: !!robotbuilder.data.properties.BooleanProperty {default: true, | ||
name: Button on SmartDashboard, validators: null, value: true} | ||
Base: Command | ||
Name: Autonomous Command | ||
- Children: [] | ||
Properties: | ||
Parameters: !!robotbuilder.data.properties.ParametersProperty | ||
default: [] | ||
name: Parameters | ||
validators: null | ||
value: [] | ||
Requires: !!robotbuilder.data.properties.TypeSelectionProperty {default: None, | ||
name: Requires, type: Subsystem, validators: null, value: DriveTrain} | ||
Parameter presets: !!robotbuilder.data.properties.ParameterSetProperty | ||
default: &id003 [] | ||
name: Parameter presets | ||
validators: null | ||
value: *id003 | ||
Button on SmartDashboard: !!robotbuilder.data.properties.BooleanProperty {default: true, | ||
name: Button on SmartDashboard, validators: null, value: true} | ||
Base: Command | ||
Name: TurnUsingVision | ||
Properties: {} | ||
Base: Commands | ||
Name: Commands | ||
Properties: | ||
Eclipse Workspace: !!robotbuilder.data.properties.FileProperty {default: /Users/seandoyle/workspace, | ||
extension: null, folder: true, name: Eclipse Workspace, validators: null, value: /Users/seandoyle/workspace} | ||
Export Commands: !!robotbuilder.data.properties.BooleanProperty {default: true, | ||
name: Export Commands, validators: null, value: true} | ||
Autonomous command parameters: !!robotbuilder.data.properties.ParametersProperty | ||
default: [] | ||
name: Autonomous command parameters | ||
validators: null | ||
value: [] | ||
Java Package: !!robotbuilder.data.properties.StringProperty {default: org.usfirst.frc0000, | ||
name: Java Package, validators: null, value: org.usfirst.frc4905} | ||
Use Default Java Package: !!robotbuilder.data.properties.BooleanProperty {default: true, | ||
name: Use Default Java Package, validators: null, value: true} | ||
Team Number: !!robotbuilder.data.properties.IntegerProperty {default: 0, name: Team Number, | ||
validators: null, value: 4905} | ||
Export Subsystems: !!robotbuilder.data.properties.BooleanProperty {default: true, | ||
name: Export Subsystems, validators: null, value: true} | ||
Simulation World File: !!robotbuilder.data.properties.StringProperty {default: /usr/share/frcsim/worlds/GearsBotDemo.world, | ||
name: Simulation World File, validators: null, value: /usr/share/frcsim/worlds/GearsBotDemo.world} | ||
Wiring file location: !!robotbuilder.data.properties.FileProperty {default: /Users/seandoyle/, | ||
extension: null, folder: true, name: Wiring file location, validators: null, value: /Users/seandoyle/} | ||
Autonomous Command: !!robotbuilder.data.properties.TypeSelectionProperty {default: None, | ||
name: Autonomous Command, type: Command, validators: null, value: Autonomous Command} | ||
Base: Robot | ||
Name: Vision |