-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
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,6 @@ | ||
# Auto Sequencer | ||
|
||
## Overall Design Ideas | ||
|
||
## Code Implementation | ||
|
Empty file.
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,23 @@ | ||
# Drivetrain Control | ||
|
||
## Swerve Drive Overview | ||
|
||
## Overall Drivetrain Control | ||
|
||
xvel yvel rotational velocity commands | ||
|
||
kinematics to module commands | ||
|
||
## Module Control | ||
|
||
PID + FF on wheel | ||
|
||
PID on angle | ||
|
||
## Constants & Configuration | ||
|
||
wheel ratios | ||
|
||
effective rolling radius | ||
|
||
|
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,16 @@ | ||
# Picking a Drivtrain Control Strategy | ||
|
||
## Arbitration | ||
|
||
pass off drivetrain command from unit to unit | ||
|
||
### Manual Control | ||
|
||
### Autonomous Path Following | ||
|
||
### Teleop Navigation | ||
|
||
### TODO - Others | ||
|
||
drive toward gamepiece | ||
|
Empty file.
Empty file.
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,20 @@ | ||
# Utilities | ||
|
||
## Alliance Transform | ||
|
||
## Calibration | ||
|
||
## Crash Logging | ||
|
||
## External Drive Management | ||
|
||
## Faults | ||
|
||
## Map Lookup 2D | ||
|
||
## Power & RIO Monitors | ||
|
||
## Segment Time Tracker | ||
|
||
## Singleton Infrastructure | ||
|
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,15 @@ | ||
# vsCode Project Setup | ||
|
||
## Setup | ||
|
||
what file | ||
|
||
what extensions | ||
|
||
## What is Supported | ||
|
||
### Basic Deployment | ||
|
||
### Simulation | ||
|
||
### Debugging on RoboRIO |