mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpimath] Fix typo in quintic spline basis matrix
This commit is contained in:
committed by
Peter Johnson
parent
ffb4d38e24
commit
fa7240a501
@@ -113,7 +113,7 @@ public class QuinticHermiteSpline extends Spline {
|
||||
6,
|
||||
true,
|
||||
new double[] {
|
||||
-06.0, -03.0, -00.5, +06.0, -03.0, +00.5, +15.0, +08.0, +01.5, -15.0, +07.0, +01.0,
|
||||
-06.0, -03.0, -00.5, +06.0, -03.0, +00.5, +15.0, +08.0, +01.5, -15.0, +07.0, -01.0,
|
||||
-10.0, -06.0, -01.5, +10.0, -04.0, +00.5, +00.0, +00.0, +00.5, +00.0, +00.0, +00.0,
|
||||
+00.0, +01.0, +00.0, +00.0, +00.0, +00.0, +01.0, +00.0, +00.0, +00.0, +00.0, +00.0
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user