mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[copybara] Resync with mostrobotpy (#8662)
This commit is contained in:
@@ -39,7 +39,9 @@ class MyRobot(wpilib.TimedRobot):
|
||||
self.profile = wpimath.TrapezoidProfile(
|
||||
wpimath.TrapezoidProfile.Constraints(
|
||||
wpimath.units.feetToMeters(3.0),
|
||||
wpimath.units.feetToMeters(6.0), # Max elevator velocity and acceleration.
|
||||
wpimath.units.feetToMeters(
|
||||
6.0
|
||||
), # Max elevator velocity and acceleration.
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user