Skip to content

Commit

Permalink
Updated default PIDF values.
Browse files Browse the repository at this point in the history
Signed-off-by: thenetworkgrinch <thenetworkgrinch@users.noreply.github.com>
  • Loading branch information
thenetworkgrinch committed Jan 18, 2024
1 parent c41f384 commit 62db538
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/deploy/swerve/neo/modules/pidfproperties.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"drive": {
"p": 0.0020645,
"i": 0,
"d": 0,
"p": 0.00023,
"i": 0.0000002,
"d": 1,
"f": 0,
"iz": 0
},
"angle": {
"p": 0.01,
"p": 0.0020645,
"i": 0,
"d": 0,
"f": 0,
"f": 0.001,
"iz": 0
}
}

0 comments on commit 62db538

Please sign in to comment.