Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
5 NOTES 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Aug 21, 2024
1 parent 6097d6b commit 7f6a04e
Show file tree
Hide file tree
Showing 8 changed files with 9,924 additions and 1 deletion.
656 changes: 656 additions & 0 deletions src/main/deploy/choreo/Centre1423.1.traj

Large diffs are not rendered by default.

1,370 changes: 1,370 additions & 0 deletions src/main/deploy/choreo/Centre1423.2.traj

Large diffs are not rendered by default.

488 changes: 488 additions & 0 deletions src/main/deploy/choreo/Centre1423.3.traj

Large diffs are not rendered by default.

719 changes: 719 additions & 0 deletions src/main/deploy/choreo/Centre1423.4.traj

Large diffs are not rendered by default.

3,155 changes: 3,155 additions & 0 deletions src/main/deploy/choreo/Centre1423.traj

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions src/main/deploy/pathplanner/autos/Centre1423.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.242100715637207,
"y": 5.6102094650268555
},
"rotation": -1.3958534722521843e-26
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Arm"
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "Centre1423.1"
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "Centre1423.2"
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "Centre1423.3"
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "Centre1423.4"
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": true
}
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public Robot() {
"Intake", Commands.deferredProxy(() -> m_superstructure.intake()));
NamedCommands.registerCommand("OTFArm", m_arm.moveToPosition(0.7528).andThen(m_arm.maintain()));

m_autoChooser.setDefaultOption("Amp14523", m_drivetrain.getAutoPath("Centre213"));
m_autoChooser.setDefaultOption("Centre1423", m_drivetrain.getAutoPath("Centre1423"));
SmartDashboard.putData(m_autoChooser);
SmartDashboard.putNumber("Arm", armangle);

Expand Down
Loading

0 comments on commit 7f6a04e

Please sign in to comment.