Skip to content

Commit

Permalink
[Robot] Further optimize paths
Browse files Browse the repository at this point in the history
Accidentally added the choreo stuff back too. Don't really care
  • Loading branch information
mvog2501 committed Mar 28, 2024
1 parent 8323a32 commit fbfbdfb
Show file tree
Hide file tree
Showing 48 changed files with 22,284 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Robot/.pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Amp",
"Source"
],
"defaultMaxVel": 4.0,
"defaultMaxVel": 4.5,
"defaultMaxAccel": 3.8,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 640.0,
Expand Down
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
Loading

0 comments on commit fbfbdfb

Please sign in to comment.