mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[copybara] Resync with mostrobotpy (#8662)
This commit is contained in:
@@ -35,7 +35,9 @@ class MyRobot(wpilib.TimedRobot):
|
||||
self.profile = wpimath.TrapezoidProfile(
|
||||
wpimath.TrapezoidProfile.Constraints(
|
||||
wpimath.units.degreesToRadians(45),
|
||||
wpimath.units.degreesToRadians(90), # Max arm velocity and acceleration.
|
||||
wpimath.units.degreesToRadians(
|
||||
90
|
||||
), # Max arm velocity and acceleration.
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user