![]() |
FRC Paradigm Shift #1259
Documentation for the 2021 Robot
|
Templates for Falcon/NEO or double NEO swerve drive trains. Falcon/NEO is on main, double NEO is on branch NEO
Team 1259 is currently using Team 3015's PathPlanner software to generate swerve paths. PathPlanner generates a C++ array which is converted into an frc::Trajectory, an object that carries desired states via timestamps for our Auto runs.
pathplanner-win.exe from here and install the .exe| Name | Value |
|---|---|
| Team Number | 1259 |
| RoboRIO Path Location | (Don't change) |
| Units | Metric (will be in meters) |
| Game Year | Your year |
| Max Velocity | Robot dependent - calculate |
| Max Acceleration | Robot dependent - calculate |
| Wheelbase Width | Robot dependent - calculate |
| Robot Length | Robot dependent - calculate |
| Time Step | 0.02 |
| Drive Train | Holonomic |
| Name | Value |
|---|---|
| Output Type | C++ array |
| Path Name | Name of autonomous path |
| Output Format | t,v,a,X,Y,hh |
| Reversed Output | false (Off) |
| Split Path | false (Off) |