Skip to content

Commit

Permalink
adding coe to repo to make sure that everything is public before buil…
Browse files Browse the repository at this point in the history
…d season
  • Loading branch information
SPD3 committed Jan 1, 2018
1 parent 1335bb1 commit 81eb2de
Show file tree
Hide file tree
Showing 16 changed files with 546 additions and 186 deletions.
Binary file added eclipse-workspace/MotionProfiling/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified eclipse-workspace/MotionProfiling/bin/KinematicsTester.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions eclipse-workspace/MotionProfiling/build.properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ Children:
Requires: !!robotbuilder.data.properties.TypeSelectionProperty {default: None,
name: Requires, type: Subsystem, validators: null, value: DriveTrain}
Parameter presets: !!robotbuilder.data.properties.ParameterSetProperty
default: &id003 []
default: []
name: Parameter presets
validators: null
value: *id003
value: []
Button on SmartDashboard: !!robotbuilder.data.properties.BooleanProperty {default: true,
name: Button on SmartDashboard, validators: null, value: true}
Base: Command
Expand Down
216 changes: 119 additions & 97 deletions eclipse-workspace/MotionProfiling/src/KinematicsTester.java

Large diffs are not rendered by default.

377 changes: 290 additions & 87 deletions eclipse-workspace/MotionProfiling/src/kinematics/KinematicsSimpler.java

Large diffs are not rendered by default.

135 changes: 135 additions & 0 deletions eclipse-workspace/Vision.yaml
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

0 comments on commit 81eb2de

Please sign in to comment.