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 20:11] 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
  
-[[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]]+**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 9: 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 cubic throttle ramp   * Added a cubic throttle ramp
 +
 +----
  
 ==== Path Planning ==== ==== Path Planning ====
2022_drivebase.1653351107.txt.gz · Last modified: 2022/05/23 20:11 by rfhuang