[wpimath] Add remaining struct and protobuf implementations (#5953)

This commit is contained in:
Joseph Eng
2024-07-29 07:55:44 -07:00
committed by GitHub
parent 3e1e3fb4ca
commit 073192d513
112 changed files with 3989 additions and 45 deletions

View File

@@ -29,6 +29,7 @@ message ProtobufSimpleMotorFeedforward {
double ks = 1;
double kv = 2;
double ka = 3;
double dt = 4;
}
message ProtobufDifferentialDriveWheelVoltages {