mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[wpilib] Replace MecanumDriveMotorVoltages with a functional interface (#6760)
This commit is contained in:
@@ -33,13 +33,6 @@ message ProtobufMecanumDriveKinematics {
|
||||
ProtobufTranslation2d rear_right = 4;
|
||||
}
|
||||
|
||||
message ProtobufMecanumDriveMotorVoltages {
|
||||
double front_left = 1;
|
||||
double front_right = 2;
|
||||
double rear_left = 3;
|
||||
double rear_right = 4;
|
||||
}
|
||||
|
||||
message ProtobufMecanumDriveWheelPositions {
|
||||
double front_left = 1;
|
||||
double front_right = 2;
|
||||
|
||||
Reference in New Issue
Block a user