Pioneer Robotics Documentation
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Pioneer Robotics Documentation
Pioneer Robotics Documentation
/
pioneer.hardware
/
PTOServo
PTOServo
class
PTOServo
(
hardwareMap
:
HardwareMap
,
servoLName
:
String
=
Constants.HardwareNames.PTO_SERVO_L
,
servoRName
:
String
=
Constants.HardwareNames.PTO_SERVO_R
)
:
HardwareComponent
Members
Constructors
PTOServo
Link copied to clipboard
constructor
(
hardwareMap
:
HardwareMap
,
servoLName
:
String
=
Constants.HardwareNames.PTO_SERVO_L
,
servoRName
:
String
=
Constants.HardwareNames.PTO_SERVO_R
)
Properties
is
Reset
Link copied to clipboard
val
isReset
:
Boolean
is
Triggered
Link copied to clipboard
var
isTriggered
:
Boolean
name
Link copied to clipboard
open
val
name
:
String
Functions
drop
Servos
Link copied to clipboard
fun
dropServos
(
)
init
Link copied to clipboard
open
override
fun
init
(
)
raise
Servos
Link copied to clipboard
fun
raiseServos
(
)
update
Link copied to clipboard
open
fun
update
(
)