Skip to content

Commit

Permalink
fixed atons and pid vals
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepBlueRobots committed Jul 20, 2024
1 parent b62942a commit 68502ef
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/Center Forward.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
{
"anchor": {
"x": 8.766904366548946,
"y": 6.8946404084978985
"x": 8.28970984956188,
"y": 6.88647140327456
},
"prevControl": {
"x": 7.766904366548946,
"y": 6.8946404084978985
"x": 7.289709849561881,
"y": 6.88647140327456
},
"nextControl": null,
"isLocked": false,
Expand Down
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/CenterBackup5.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"waypoints": [
{
"anchor": {
"x": 8.60135509120366,
"y": 2.697479368861467
"x": 8.241076576939884,
"y": 2.56783679444136
},
"prevControl": null,
"nextControl": {
"x": 6.585549209058087,
"y": 0.43821867003164694
"x": 6.225270694794311,
"y": 0.30857609561153987
},
"isLocked": false,
"linkedName": null
Expand Down
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/Left Forward.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
{
"anchor": {
"x": 8.766904366548946,
"y": 6.8946404084978985
"x": 8.241076576939884,
"y": 6.905924712323358
},
"prevControl": {
"x": 7.766904366548946,
"y": 6.8946404084978985
"x": 7.241076576939884,
"y": 6.905924712323358
},
"nextControl": null,
"isLocked": false,
Expand Down
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/Right Forward.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
{
"anchor": {
"x": 8.893500871224756,
"y": 1.3049178174275693
"x": 8.270256540513081,
"y": 1.439544869611065
},
"prevControl": {
"x": 7.893500871224756,
"y": 1.3049178174275693
"x": 7.270256540513081,
"y": 1.439544869611065
},
"nextControl": null,
"isLocked": false,
Expand Down
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/RightBackup5.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
{
"anchor": {
"x": 8.50397316452996,
"y": 5.57998439840296
"x": 8.241076576939884,
"y": 5.612279660578278
},
"prevControl": {
"x": 8.932193461174114,
"y": 5.726205963110719
"x": 8.669296873584038,
"y": 5.758501225286038
},
"nextControl": null,
"isLocked": false,
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/carlmontrobotics/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public abstract class Config implements Sendable {

// Add additional config settings by declaring a protected field, and...
protected boolean exampleFlagEnabled = false;
protected boolean swimShady = true;
protected boolean swimShady = false;
protected boolean setupSysId = false;
protected boolean useSmartDashboardControl = false; // whether to control arm position + rpm of
// outtake through SmartDashboard
Expand Down

0 comments on commit 68502ef

Please sign in to comment.