Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
AutonomousV1 & AutonomousV2 (#101)
Browse files Browse the repository at this point in the history
* [fix] motor coefficients

* [av1] autonv1 basics

* code

* Complete Auton Rewrite & Simplification

* Manual Starting State Selection & TestingMode

* Trajectory fixes

* bad solution, but hopefully fixes

* boo

* im sorry

* [roadrunner] DriveConstants update

* Updates to roadrunner tuning

* auton fixes, hopefully

* Fix Auton Trajectories

* Add Moving after Yellow Pixel Delivery

* FTC Dashboard Telemetry

* Blue Side Trajectories

* Telemetry Fix

* Slow trajectory fixes

* things

* Merge Master

* Auton mostly works, we are conisdering a different method of detecting

* AutonV1 Rewrite + AutonV2 Red Only

* AutonV1 Edits + AutonV2 Massive Changes

* Fix blue side trajectories for autov1

* Intake Detection While Driving + New Experimental Sweeping Idea

* Pixel Stack -> Backboard Trajectory WORKS

* woops

* HWC Changes

* things

* Comp Changes!

---------

Co-authored-by: Milo Banks <milobanks@rowlandhall.org>
  • Loading branch information
DragonDev07 and IsaccBarker authored Feb 26, 2024
1 parent 2ec9fd2 commit 1c13880
Show file tree
Hide file tree
Showing 14 changed files with 1,106 additions and 186 deletions.
4 changes: 2 additions & 2 deletions TeamCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ dependencies {

umlDoclet "nl.talsmasoftware:umldoclet:2.1.0"
implementation 'com.acmerobotics.roadrunner:core:0.5.5'
implementation 'com.acmerobotics.dashboard:dashboard:0.4.12'
implementation 'com.acmerobotics.dashboard:dashboard:0.4.15'
implementation 'org.openftc:easyopencv:1.7.0'
implementation 'org.openftc:apriltag:2.0.0'
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'org.ftclib.ftclib:core:2.0.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7'
}
}
Loading

0 comments on commit 1c13880

Please sign in to comment.