Skip to content

Commit

Permalink
Merge branch 'main' into shake-off-note
Browse files Browse the repository at this point in the history
  • Loading branch information
mvog2501 committed Apr 1, 2024
2 parents 930d954 + 9c4d7be commit b11b3da
Show file tree
Hide file tree
Showing 83 changed files with 2,554 additions and 3,457 deletions.
12 changes: 7 additions & 5 deletions Robot/.pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"robotLength": 0.914,
"holonomicMode": true,
"pathFolders": [
"Troll"
"Amp",
"Source"
],
"autoFolders": [
"New Autos"
"Amp",
"Source"
],
"defaultMaxVel": 4.0,
"defaultMaxVel": 5.7,
"defaultMaxAccel": 3.8,
"defaultMaxAngVel": 600.0,
"defaultMaxAngAccel": 960.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 640.0,
"maxModuleSpeed": 5.64
}
22 changes: 11 additions & 11 deletions Robot/Chreo_Auto_Project.chor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"robotConfiguration": {
"mass": 74.08797700309194,
"rotationalInertia": 6.000000000000001,
"motorMaxTorque": 0.5811475409836065,
"motorMaxTorque": 0.774863387978142,
"motorMaxVelocity": 4800,
"gearing": 5.36,
"wheelbase": 0.5524497016771611,
Expand Down Expand Up @@ -343,7 +343,7 @@
{
"name": "Marker",
"target": "last",
"targetTimestamp": 1.345777924459432,
"targetTimestamp": null,
"offset": 0,
"command": {
"type": "named",
Expand All @@ -353,7 +353,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
},
"Amp Side Mid A": {
"waypoints": [
Expand Down Expand Up @@ -3186,7 +3186,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
},
"Amp Side Start B": {
"waypoints": [
Expand Down Expand Up @@ -3680,7 +3680,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
},
"Source Side Start A": {
"waypoints": [
Expand Down Expand Up @@ -5240,7 +5240,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
},
"Source Mid": {
"waypoints": [
Expand Down Expand Up @@ -6402,7 +6402,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
},
"Source End": {
"waypoints": [
Expand Down Expand Up @@ -7924,7 +7924,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
},
"Amp Side Mid B": {
"waypoints": [
Expand Down Expand Up @@ -10297,7 +10297,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
},
"Amp Side Start C": {
"waypoints": [
Expand Down Expand Up @@ -11127,7 +11127,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
},
"Source Side Start B": {
"waypoints": [
Expand Down Expand Up @@ -12625,7 +12625,7 @@
}
}
],
"isTrajectoryStale": false
"isTrajectoryStale": true
}
},
"splitTrajectoriesAtStopPoints": true,
Expand Down
9 changes: 0 additions & 9 deletions Robot/src/main/deploy/choreo/Amp Side Start A.1.traj
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,6 @@
"name": "Wait and Shoot"
}
}
},
{
"timestamp": 1.345777924459432,
"command": {
"type": "named",
"data": {
"name": "Shoot"
}
}
}
]
}
9 changes: 0 additions & 9 deletions Robot/src/main/deploy/choreo/Amp Side Start A.traj
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,6 @@
"name": "Wait and Shoot"
}
}
},
{
"timestamp": 1.345777924459432,
"command": {
"type": "named",
"data": {
"name": "Shoot"
}
}
}
]
}
Loading

0 comments on commit b11b3da

Please sign in to comment.