LogSchema

Log schema for HoldableActuator instances.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Whether the bottom limit switch is currently pressed.
Link copied to clipboard
Whether manual user power control/user setpoint control is enabled.
Link copied to clipboard
Duration at which the actuator has been running overcurrent.
Link copied to clipboard
open var position: Int
The current position of the actuator.
Link copied to clipboard
open var rawPower: Double
Raw commanded power to dispatch to the arm before clamping.
Link copied to clipboard
Duration at which the actuator has been in a steady-state of error.
Link copied to clipboard
The current target position of the actuator.
Link copied to clipboard
Whether the top limit switch is currently pressed.
Link copied to clipboard
open var userPower: Double
User (usually gamepad) supplied power.
Link copied to clipboard
open var velocity: Double
The current velocity of the actuator.
Link copied to clipboard
Whether the homing latch is triggered from a bottom switch press.

Inherited properties

Link copied to clipboard
Currently executing task.
Link copied to clipboard
open var enabled: Boolean
Enabled status.
Link copied to clipboard
open var timestamp: Long
Timestamp of this log in nanoseconds.