Skip to content

Commit

Permalink
Add dt to SimpleMotorFeedforward
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Jul 18, 2024
1 parent d1b955f commit 3975d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpimath/src/main/proto/controller.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ message ProtobufSimpleMotorFeedforward {
double ks = 1;
double kv = 2;
double ka = 3;
double dt = 4;
}

message ProtobufDifferentialDriveWheelVoltages {
Expand Down

0 comments on commit 3975d4d

Please sign in to comment.