toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.external.control
/
TrapezoidProfile
/
Constraints
Constraints
open
class
Constraints
Profile constraints.
Members
Constructors
Constraints
Link copied to clipboard
constructor
(
maxVelocity
:
Double
,
maxAcceleration
:
Double
)
Constructs constraints for a TrapezoidProfile.
constructor
(
@
NonNull
maxVelocity
:
Measure
<
Velocity
<
U
>
>
,
@
NonNull
maxAcceleration
:
Measure
<
Velocity
<
Velocity
<
U
>
>
>
)
Constructs constraints for a TrapezoidProfile.
Properties
max
Acceleration
Link copied to clipboard
val
maxAcceleration
:
Double
Maximum acceleration.
max
Velocity
Link copied to clipboard
val
maxVelocity
:
Double
Maximum velocity.