User Tools

Site Tools


2022_drivebase

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
2022_drivebase [2022/05/23 18:46] – add it rfhuang2022_drivebase [2022/06/03 15:37] (current) rfhuang
Line 1: Line 1:
-===== 4 Traction, 2 Omni Wheeled Tank Drive =====+===== Drivebase =====
  
-The overall design was decided before the season started, was not modified thereafter+__4 Traction, 2 Omni Wheeled Tank Drive 
 +__ \\ The overall design was decided before the season started, was not modified thereafter 
 + 
 +**Github** \\ 
 +[[https://github.com/Team-4795/2022-Rapid-React/blob/main/src/main/java/frc/robot/subsystems/Drivebase.java|Drivebase.java]] \\ [[https://github.com/Team-4795/2022-Rapid-React/blob/main/src/main/java/frc/robot/commands/CurvatureDrive.java|CurvatureDrive.java]] 
 + 
 +----
  
 ==== Early Testing ==== ==== Early Testing ====
Line 7: Line 13:
 The code for the drivebase was created in within the first 5 days of the season, was immediately ready to test once the drivebase was handed off to software. There were no physical problems noted as of that time. The code for the drivebase was created in within the first 5 days of the season, was immediately ready to test once the drivebase was handed off to software. There were no physical problems noted as of that time.
  
-{{:drivebase-testing.gif?400|}}+{{:drivebasetesting2022.mp4}} 
 + 
 +----
  
 ==== Iterations ==== ==== Iterations ====
  
   * Changed to curvature drive   * Changed to curvature drive
-  * Added a speed limiter to prevent tipping+  * Added an acceleration limiter to prevent tipping
     * Later on in the season after ECU we found that there was an issue of tipping if stoped abruptly and was driven in the opposite direction. As a result of this we added a check if this happened to limited the speed.     * Later on in the season after ECU we found that there was an issue of tipping if stoped abruptly and was driven in the opposite direction. As a result of this we added a check if this happened to limited the speed.
-  * Added a quadratic throttle ramp+  * Added a cubic throttle ramp 
 + 
 +---- 
 + 
 +==== Path Planning ==== 
 +[[https://github.com/Team-4795/2022-Rapid-React/tree/main/src/main/deploy/paths/output|Paths Files]]\\ 
 + 
 +{{ :img_1027.mp4?100}} 
 +Within the first week we got characterization and a straight path working on the practice drivebase. It took quite a bit to figure how to do reverse splines, which limited how complex the paths got before Guilford. The practice drivebase was under utilized, it eventually got relegated as a test board. 
 + 
 +During a two, three week period we spent most of our meeting to tune our auto routines as well as computer vision. This was extremely beneficial for us as we lack the resources (carpet and space) at our school. That may very well be a limiting factor in future years as well.
  
 +  * ECU, One-Two Auto
 +  * Guildford, Two-Three Ball Auto
 +  * States, Three-Four Ball Auto 
 +  * Worlds, Four Ball Auto
  
2022_drivebase.1653346014.txt.gz · Last modified: 2022/05/23 18:46 by rfhuang