NextFTC Suite
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextControl
/
dev.nextftc.control.drive
/
DriveInput
Drive
Input
data
class
DriveInput
(
val
x
:
Double
,
val
y
:
Double
,
val
rx
:
Double
)
(
source
)
Raw driver input for a 3-DOF planar drivetrain.
Members
Constructors
Drive
Input
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
rx
:
Double
)
Properties
rx
Link copied to clipboard
val
rx
:
Double
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double