Skip to content

Commit

Permalink
wip docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 committed Nov 22, 2024
1 parent f55866d commit a03ded8
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/autoSequencer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Auto Sequencer

## Overall Design Ideas

## Code Implementation

Empty file.
23 changes: 23 additions & 0 deletions docs/drivetrain.md
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


16 changes: 16 additions & 0 deletions docs/drivetrainControlStrategy.md
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 added docs/localization.md
Empty file.
Empty file added docs/navigation.md
Empty file.
20 changes: 20 additions & 0 deletions docs/utilites.md
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

15 changes: 15 additions & 0 deletions docs/vsCodeDeployment.md
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

0 comments on commit a03ded8

Please sign in to comment.