This commit is contained in:
Michael Mikovsky
2026-01-19 14:17:15 -07:00
parent f600317435
commit d30c807b07
2 changed files with 22 additions and 0 deletions
@@ -115,6 +115,9 @@ public class RobotContainer {
}, m_robotSwerveDrive)
.withName("SwerveDrive DefaultCommand"));
m_robotSwerveDrive.setToSlow();
makeAutoChooser();
SmartDashboard.putData("Auto Chooser", autoChooser);
}
@@ -0,0 +1,19 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "taxi"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}