Package-level declarations
Types
Link copied to clipboard
FRC subsystem that monitors CTRE Phoenix 6 devices and raises alerts for disconnections.
Link copied to clipboard
Type alias for a Pair consisting of a Button and a command supplier function.
Link copied to clipboard
class CommandPingu
A utility class for binding commands with names.
Link copied to clipboard
Type alias for a Triple consisting of an XboxController, a Button, and a command supplier function.
Link copied to clipboard
Type alias for a pair consisting of a device and its corresponding alert. The device can be any type, and the alert is an instance of WPILib's Alert class.
Link copied to clipboard
A data class that represents a MagicPingu with velocity, acceleration, and jerk.
Link copied to clipboard
class NetworkPingu @JvmOverloads constructor(var p: LoggedNetworkNumber, var i: LoggedNetworkNumber, var d: LoggedNetworkNumber, var v: LoggedNetworkNumber? = null, var s: LoggedNetworkNumber? = null, var g: LoggedNetworkNumber? = null) : PIDController
A class that represents a PID controller with network logging capabilities.
Link copied to clipboard
Link copied to clipboard
object VoltagePingu
A class that represents a voltage out request with a pingu cause why not.