mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpimath] Give drivetrain a more realistic width in TrajectoryJsonTest.java (#3822)
Fixes #3819.
This commit is contained in:
@@ -16,7 +16,7 @@ class TrajectoryJsonTest {
|
||||
@Test
|
||||
void deserializeMatches() {
|
||||
var config =
|
||||
List.of(new DifferentialDriveKinematicsConstraint(new DifferentialDriveKinematics(20), 3));
|
||||
List.of(new DifferentialDriveKinematicsConstraint(new DifferentialDriveKinematics(0.5), 3));
|
||||
var trajectory = TrajectoryGeneratorTest.getTrajectory(config);
|
||||
|
||||
var deserialized =
|
||||
|
||||
Reference in New Issue
Block a user