Skip to content

Commit

Permalink
changed the KPT constant back to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitalamgari authored and mray190 committed Mar 4, 2022
1 parent c02d778 commit 0557502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Competition/src/main/include/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace DriveConstants {
constexpr static double KIY = 0.0; //0
constexpr static double KDY = 0.0; //.1

constexpr static double KPT = 2; //2.5
constexpr static double KPT = 2.5; //2.5
constexpr static double KIT = 0.0; //0
constexpr static double KDT = 0.0; //.1
}
Expand Down

0 comments on commit 0557502

Please sign in to comment.