core
core
com.
acmerobotics.
roadrunner
Accel
Constraint
Angular
Vel
Constraint
Arclength
Arclength
Reparam
Curve2
backward
Profile()
Cancelable
Profile
clamp()
Composite
Accel
Constraint
Composite
Pose
Path
Composite
Position
Path
Composite
Vel
Constraint
Constant
Heading
Path
Constant
Path
Builder
constant
Profile()
Constant
Trajectory
Builder
Displacement
Profile
Displacement
Trajectory
Dual
Num
forward
Profile()
Heading
Path
Heading
Pose
Path
Holonomic
Controller
integral
Scan()
Integral
Scan
Result
Internal
lerp()
Line
Linear
Heading
Path
Mecanum
Kinematics
merge()
Min
Max
Min
Vel
Constraint
Motor
Feedforward
Path
Builder
Pose2d
Pose2d
Dual
Pose
Path
Pose
Path
Seq
Builder
Position
Path
Position
Path
View
Pos
Path
Seq
Builder
profile()
Profile
Accel
Constraint
project()
Quintic
Spline1
Quintic
Spline2
Ramsete
Controller
range()
range
Middle()
Restricted
Path
Builder
Restricted
Pose
Path
Builder
Restricted
Trajectory
Builder
Rotation2d
Rotation2d
Dual
Safe
Path
Builder
Safe
Pose
Path
Builder
Safe
Trajectory
Builder
snz()
Spline
Heading
Path
Tangent
Path
Tangent
Path
Builder
Tangent
Trajectory
Builder
Tank
Kinematics
Time
Time
Profile
Time
Trajectory
Trajectory
Trajectory
Builder
Translational
Vel
Constraint
Twist2d
Twist2d
Dual
Twist2d
Incr
Twist2d
Incr
Dual
Vector2d
Vector2d
Dual
Vel
Constraint
core
/
com.acmerobotics.roadrunner
/
MotorFeedforward
Motor
Feedforward
data
class
MotorFeedforward
(
val
kS
:
Double
,
val
kV
:
Double
,
val
kA
:
Double
)
Content copied to clipboard
Kinematic motor feedforward
Constructors
Functions
Properties
Constructors
Motor
Feedforward
Link copied to clipboard
fun
MotorFeedforward
(
kS
:
Double
,
kV
:
Double
,
kA
:
Double
)
Content copied to clipboard
Functions
compute
Link copied to clipboard
fun
compute
(
vel
:
DualNum
<
Time
>
)
:
Double
Content copied to clipboard
fun
compute
(
vel
:
Double
,
accel
:
Double
)
:
Double
Content copied to clipboard
Properties
k
A
Link copied to clipboard
@
JvmField
val
kA
:
Double
Content copied to clipboard
kStatic,
k
a
k
S
Link copied to clipboard
@
JvmField
val
kS
:
Double
Content copied to clipboard
kStatic,
k
s
k
V
Link copied to clipboard
@
JvmField
val
kV
:
Double
Content copied to clipboard
kVelocity,
k
v